Even more refactoring.

This commit is contained in:
Giacomand
2014-04-14 22:51:37 +01:00
parent ab0c6f9c58
commit aa3a290cf2
+1 -4
View File
@@ -31,10 +31,7 @@
/obj/item/clothing/shoes/magboots/examine()
set src in view()
..()
var/state = "disabled"
if(src.flags&NOSLIP)
state = "enabled"
usr << "Its mag-pulse traction system appears to be [state]."
usr << "Its mag-pulse traction system appears to be [magpulse ? "enabled" : "disabled"]."
/obj/item/clothing/shoes/magboots/advance