Adjustments to a wonky examine string for vox magboots.

This commit is contained in:
Zuhayr
2013-06-26 00:03:03 -07:00
parent 3c7bd1f527
commit e7cf8fa613

View File

@@ -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