From 91aafada6099132ef31b33453790e2a9775bda1c Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 4 Sep 2023 21:46:48 -0700 Subject: [PATCH] a --- code/modules/cm_marines/smartgun_mount.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/cm_marines/smartgun_mount.dm b/code/modules/cm_marines/smartgun_mount.dm index 87a577ddc7db..f5f7d9dd286e 100644 --- a/code/modules/cm_marines/smartgun_mount.dm +++ b/code/modules/cm_marines/smartgun_mount.dm @@ -484,8 +484,8 @@ var/display_ammo = TRUE /// How many degrees in each direction the gun should be able to fire var/shoot_degree = 80 - /// a - var/semi_cooldown_time = 0.2 SECONDS + /// How long between semi-auto shots this should wait, to reduce possible spam + var/semiauto_fire_cooldown = 0.2 SECONDS /obj/structure/machinery/m56d_hmg/get_examine_text(mob/user) . = ..()