From 2219487df250e1e974ecd6e3d10e8390e6f4ef20 Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:13:17 -0500 Subject: [PATCH] Wizard Fix - Rod Polymorph - Prevent gibbing & slows speed (#34992) --- Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.51.2