From e7cf8fa613410f201394f392ff85bf72cdc1195d Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Wed, 26 Jun 2013 00:03:03 -0700 Subject: [PATCH] Adjustments to a wonky examine string for vox magboots. --- code/modules/clothing/spacesuits/alien.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/clothing/spacesuits/alien.dm b/code/modules/clothing/spacesuits/alien.dm index c17f1b5aea..be5112c41e 100644 --- a/code/modules/clothing/spacesuits/alien.dm +++ b/code/modules/clothing/spacesuits/alien.dm @@ -145,11 +145,6 @@ examine() set src in view() ..() - var/state = "loosely" - if(src.flags&NOSLIP) - state = "tightly" - usr << "The wearer seems to be gripping the floor [state]." - /obj/item/clothing/shoes/magboots/vox/mob_can_equip(M as mob, slot) var/mob/living/carbon/human/U = M