From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:13:17 +0000 (-0500) Subject: Wizard Fix - Rod Polymorph - Prevent gibbing & slows speed (#34992) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2219487df250e1e974ecd6e3d10e8390e6f4ef20;p=space-station-14.git Wizard Fix - Rod Polymorph - Prevent gibbing & slows speed (#34992) --- diff --git a/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml b/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml index 0bee05aa6a..bbadf4f220 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml @@ -66,13 +66,13 @@ suffix: Wizard components: - type: ImmovableRod - minSpeed: 35 + maxSpeed: 25 destroyTiles: false randomizeVelocity: false shouldGib: false damage: types: - Blunt: 200 + Blunt: 190 - type: MovementIgnoreGravity gravityState: true - type: InputMover