diff --git a/code/modules/clothing/shoes/magboots.dm b/code/modules/clothing/shoes/magboots.dm index 038871a0b06..50728d3acf6 100644 --- a/code/modules/clothing/shoes/magboots.dm +++ b/code/modules/clothing/shoes/magboots.dm @@ -8,16 +8,6 @@ action_button_name = "Toggle the magboots" // flags = NOSLIP //disabled by default - - verb/toggle() - set name = "Toggle Magboots" - set category = "Object" - set src in usr - if(usr.stat) - return - - src.attack_self(usr) - attack_self(mob/user) if(magpulse) flags &= ~NOSLIP