From 4b8621bceff15180a2526aa5a2df32a9cf5e7d7a Mon Sep 17 00:00:00 2001 From: DJSnapshot Date: Tue, 15 Oct 2013 23:06:02 -0700 Subject: [PATCH] Temporary patch so aliums can use magboots until the hardsuit rework gets merged. --- 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 8fd158fdf3..07602471f4 100644 --- a/code/modules/clothing/shoes/magboots.dm +++ b/code/modules/clothing/shoes/magboots.dm @@ -2,6 +2,7 @@ desc = "Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle." name = "magboots" icon_state = "magboots0" + species_restricted = null var/magpulse = 0 // flags = NOSLIP //disabled by default