From 3df88392190849c314ead22810ea72a69908e73b Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Thu, 7 Nov 2013 18:07:03 -0500 Subject: [PATCH] No more taj magboot QQ --- code/modules/clothing/shoes/magboots.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/shoes/magboots.dm b/code/modules/clothing/shoes/magboots.dm index 8fd158fdf3f..2a4b8993e3e 100644 --- a/code/modules/clothing/shoes/magboots.dm +++ b/code/modules/clothing/shoes/magboots.dm @@ -3,7 +3,7 @@ name = "magboots" icon_state = "magboots0" var/magpulse = 0 -// flags = NOSLIP //disabled by default + species_restricted = list() verb/toggle()