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) . = ..()