From fb55c4b712ceac6d7c93bcfbe6bbb11e15a70a33 Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Tue, 22 Apr 2025 09:07:53 -0400 Subject: [PATCH] Fixes material movement mod (#29089) --- code/modules/smithing/smith_datums.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/smithing/smith_datums.dm b/code/modules/smithing/smith_datums.dm index e1d75fd9853..283b41b9c9c 100644 --- a/code/modules/smithing/smith_datums.dm +++ b/code/modules/smithing/smith_datums.dm @@ -59,7 +59,7 @@ /// Explosive armor multiplier var/explosive_armor_mult = 1.0 /// Movement speed modifier - var/movement_speed_mod = 0 + var/movement_speed_mod = 1.0 /// Heat insulation multiplier var/heat_insulation_mult = 1.0 /// Electrical insulation multiplier