From fb47ebc9746c5563e64ab4de5eeb8adbe01fd582 Mon Sep 17 00:00:00 2001 From: Bjarl <94164348+Bjarl@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:34:24 -0400 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 0ea4cb03ba15..c817f7d7e185 100644 --- a/code/game/machinery/porta_turret/portable_turret.dm +++ b/code/game/machinery/porta_turret/portable_turret.dm @@ -80,7 +80,7 @@ DEFINE_BITFIELD(turret_flags, list( var/obj/machinery/porta_turret_cover/cover = null /// World.time the turret last fired var/last_fired = 0 - /// Ticks until next shot (1.5 ?) + /// Ticks until next shot (1.5 ?) If this needs to go below 5, use SSFastProcess var/shot_delay = 15 /// Turret flags about who is turret allowed to shoot var/turret_flags = TURRET_FLAG_SHOOT_CRIMINALS | TURRET_FLAG_SHOOT_ANOMALOUS