From d5b5dafb3aefd343304ca26cfc4caec72bc86010 Mon Sep 17 00:00:00 2001 From: ArkiveDev <95712736+ArkiveDev@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:07:12 -0400 Subject: [PATCH] Still immovable rods are now actually still (#29518) Set the still rod's max velocity to 0 so it gets a 0 mangintude impulse on init --- Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml b/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml index e52f66d39b..69f0ed415e 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml @@ -93,6 +93,7 @@ components: - type: ImmovableRod randomizeVelocity: false + maxSpeed: 0 - type: entity parent: ImmovableRodKeepTilesStill -- 2.51.2