From 2a8324fe50261608b3852e290e1098aeef333a21 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 22 May 2023 10:06:07 +1000 Subject: [PATCH] Nerf boots of blinding speed (#16649) Over 10m/s speed and blindfold doesn't even work. --- Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml index 8df8488762..221749d241 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml @@ -72,12 +72,11 @@ description: These would look fetching on a fetcher like you. components: - type: ClothingSpeedModifier - walkModifier: 2.5 #PVS isn't too much of an issue when you are blind... - sprintModifier: 2.5 + walkModifier: 1.10 #PVS isn't too much of an issue when you are blind... + sprintModifier: 1.10 enabled: false - type: StaticPrice price: 3000 - - type: Blindfold - type: entity parent: ClothingShoesBase