Removed the now-redundant verb

Less clutter for the object panel.

Conflicts:
	code/modules/clothing/shoes/magboots.dm
This commit is contained in:
Mike
2014-04-13 10:59:13 -04:00
committed by ZomgPonies
parent 79d530def8
commit 9dbf6be429
-10
View File
@@ -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