From c8b2f5e420631e0d892015f3d490eed5f4adb966 Mon Sep 17 00:00:00 2001 From: Markolie Date: Tue, 28 Jul 2015 19:18:26 +0200 Subject: [PATCH] Crescent --> Centcom --- code/game/machinery/portable_turret.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/portable_turret.dm b/code/game/machinery/portable_turret.dm index 93ed0a71efd..e79d7721a26 100644 --- a/code/game/machinery/portable_turret.dm +++ b/code/game/machinery/portable_turret.dm @@ -54,7 +54,7 @@ var/wrenching = 0 var/last_target //last target fired at, prevents turrets from erratically firing at all valid targets in range -/obj/machinery/porta_turret/crescent +/obj/machinery/porta_turret/centcom enabled = 0 ailock = 1 check_synth = 0 @@ -81,7 +81,7 @@ setup() -/obj/machinery/porta_turret/crescent/New() +/obj/machinery/porta_turret/centcom/New() ..() req_one_access = list() req_access = list(access_cent_specops)