mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
fix full auto on certain guns with double click speed (#25520)
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user