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