From: ArkiveDev <95712736+ArkiveDev@users.noreply.github.com> Date: Thu, 27 Jun 2024 22:07:12 +0000 (-0400) Subject: Still immovable rods are now actually still (#29518) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d5b5dafb3aefd343304ca26cfc4caec72bc86010;p=space-station-14.git 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 --- 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