From 9dbf6be429cbcd1140bfaa9ac3a39ce66dd00472 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 13 Apr 2014 10:59:13 -0400 Subject: [PATCH] Removed the now-redundant verb Less clutter for the object panel. Conflicts: code/modules/clothing/shoes/magboots.dm --- code/modules/clothing/shoes/magboots.dm | 10 ---------- 1 file changed, 10 deletions(-) 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