From 08bbe729231a5684937c9168d3d486134ed6d61e Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sun, 20 Aug 2017 09:50:56 -0500 Subject: [PATCH] Update portable_turret.dm --- code/game/machinery/porta_turret/portable_turret.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/porta_turret/portable_turret.dm b/code/game/machinery/porta_turret/portable_turret.dm index 66899c3735..87785b6a93 100644 --- a/code/game/machinery/porta_turret/portable_turret.dm +++ b/code/game/machinery/porta_turret/portable_turret.dm @@ -659,7 +659,7 @@ return ..() /obj/machinery/turretid/Initialize(mapload) //map-placed turrets autolink turrets - ..() + . = ..() if(!mapload) return if(control_area && istext(control_area))