From c0ff018bef64d55ae55fd166e14cfa81c3a1fa12 Mon Sep 17 00:00:00 2001 From: Seris02 Date: Thu, 16 Apr 2020 16:23:55 +0800 Subject: [PATCH] fixes magboots --- code/modules/clothing/shoes/magboots.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/shoes/magboots.dm b/code/modules/clothing/shoes/magboots.dm index b854ad8f9b..773b1ac361 100644 --- a/code/modules/clothing/shoes/magboots.dm +++ b/code/modules/clothing/shoes/magboots.dm @@ -31,6 +31,7 @@ icon_state = "[magboot_state][magpulse]" to_chat(user, "You [magpulse ? "enable" : "disable"] the mag-pulse traction system.") if(user) + user.update_equipment_speed_mods() user.update_inv_shoes() //so our mob-overlays update user.update_gravity(user.has_gravity()) for(var/X in actions)