From 36eef31657e222583f9e917ca1a9e6ef457fec4e Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Fri, 21 Feb 2014 22:54:26 -0800 Subject: [PATCH] Compile ficks. --- code/game/machinery/portable_turret.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/portable_turret.dm b/code/game/machinery/portable_turret.dm index ba028d9a736..3f3912be1d8 100644 --- a/code/game/machinery/portable_turret.dm +++ b/code/game/machinery/portable_turret.dm @@ -453,7 +453,7 @@ Status: []
"}, if(C.stat) continue // Ignore lazarus-injected mobs. - if(M.faction == "lazarus") + if(C.faction == "lazarus") continue targets += C