Bolt dropping wire, please

This commit is contained in:
mwerezak
2014-05-30 19:08:16 -04:00
parent 3a59ee0899
commit 432ebcdd2d

View File

@@ -999,7 +999,7 @@ About the new airlock wires panel:
if(4) if(4)
//drop door bolts //drop door bolts
if(src.isWireCut(AIRLOCK_WIRE_DOOR_BOLTS)) if(src.isWireCut(AIRLOCK_WIRE_DOOR_BOLTS))
usr << "You can't drop the door bolts - The door bolt dropping wire has been cut." usr << "You can't drop the door bolts - The door bolt control wire has been cut."
else if(src.locked!=1) else if(src.locked!=1)
src.locked = 1 src.locked = 1
update_icon() update_icon()