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

This commit is contained in:
Qwertytoforty
2024-05-24 21:18:51 -04:00
committed by GitHub
parent d438d5d3be
commit 50851d7958
4 changed files with 4 additions and 1 deletions
@@ -179,7 +179,7 @@
click_cooldown_override = 2
variance = 15
randomspread = 1
delay = 2
delay = 0
/// seperate balancing for cyborg, again
/obj/item/ammo_casing/energy/disabler/cyborg
@@ -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)
. = ..()