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)