Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Sep 5, 2023
1 parent efff965 commit 91aafad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cm_marines/smartgun_mount.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
. = ..()
Expand Down

0 comments on commit 91aafad

Please sign in to comment.