mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Bolt dropping wire, please
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user