fix full auto on certain guns with double click speed (#25520)

This commit is contained in:
Qwertytoforty
2024-05-25 01:18:51 +00:00
committed by GitHub
parent d438d5d3be
commit 50851d7958
4 changed files with 4 additions and 1 deletions
@@ -76,6 +76,7 @@
ammo_type = list(/obj/item/ammo_casing/energy/disabler/smg)
shaded_charge = TRUE
can_holster = FALSE
fire_delay = 0
/obj/item/gun/energy/disabler/smg/Initialize(mapload)
. = ..()
@@ -336,6 +336,7 @@
can_suppress = FALSE
burst_size = 1
execution_speed = 5 SECONDS
fire_delay = 0
/obj/item/gun/projectile/automatic/lasercarbine/Initialize(mapload)
. = ..()
@@ -16,6 +16,7 @@
can_suppress = FALSE
burst_size = 1
spread = 7
fire_delay = 0
/obj/item/gun/projectile/automatic/l6_saw/Initialize(mapload)
. = ..()