From 432ebcdd2d81564ca56dba5d5b027e6720ae6e7c Mon Sep 17 00:00:00 2001 From: mwerezak Date: Fri, 30 May 2014 19:08:16 -0400 Subject: [PATCH] Bolt dropping wire, please --- code/game/machinery/doors/airlock.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index 1517f6ffcc..04133c5101 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -999,7 +999,7 @@ About the new airlock wires panel: if(4) //drop 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) src.locked = 1 update_icon()