From 1aff490e42578481dbf1cc17cc02c86f60bf1d30 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Tue, 9 Dec 2014 22:11:18 -0500 Subject: [PATCH] Magboots Fix --- 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 1eb129ae428..aa667436c46 100644 --- a/code/modules/clothing/shoes/magboots.dm +++ b/code/modules/clothing/shoes/magboots.dm @@ -7,6 +7,7 @@ var/slowdown_active = 2 action_button_name = "Toggle Magboots" icon_action_button = "action_magboots" + species_restricted = null /obj/item/clothing/shoes/magboots/attack_self(mob/user) if(src.magpulse)