Fix bug making it impossible to detach voidsuit boots

This commit is contained in:
D Anzorge
2014-12-12 11:31:02 -05:00
parent 012d2739d4
commit fe32bdc9a2

View File

@@ -154,9 +154,9 @@
helmet.loc = get_turf(src)
src.helmet = null
else if (boots)
user << "You detatch \the [helmet] from \the [src]'s helmet mount."
helmet.loc = get_turf(src)
src.helmet = null
user << "You detatch \the [boots] from \the [src]'s boot mounts."
boots.loc = get_turf(src)
src.boots = null
else
user << "\The [src] does not have anything installed."
return