From 7a6bbf2249da6378be89f1e4b92f7d176eca53ae Mon Sep 17 00:00:00 2001 From: mwerezak Date: Fri, 30 May 2014 19:45:29 -0400 Subject: [PATCH] Fixes accidental copypasta --- code/game/machinery/doors/airlock.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index 93325c145aa..15d7b118cf4 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -1348,8 +1348,6 @@ About the new airlock wires panel: airlockIndexToFlag = wire_assignments[2] airlockIndexToWireColor = wire_assignments[3] airlockWireColorToIndex = wire_assignments[4] - -/proc/CreateRandomAirlockWires() if(src.closeOtherId != null) spawn (5)