diff --git a/monkestation/code/modules/projectiles/guns/ballistic/machine_guns.dm b/monkestation/code/modules/projectiles/guns/ballistic/machine_guns.dm index 0d746b0e765e..a669f2ab9f5f 100644 --- a/monkestation/code/modules/projectiles/guns/ballistic/machine_guns.dm +++ b/monkestation/code/modules/projectiles/guns/ballistic/machine_guns.dm @@ -38,7 +38,7 @@ actions_types = list() burst_size = 1 - fire_delay = 0.15 SECONDS + fire_delay = 0.2 SECONDS recoil = 3 wield_recoil = 0.75 @@ -81,12 +81,12 @@ righthand_file = 'monkestation/icons/mob/inhands/weapons/guns_righthandx48.dmi' inhand_icon_state = "outomaties_evil" spawn_magazine_type = /obj/item/ammo_box/magazine/c65xeno_drum/evil - fire_delay = 0.12 SECONDS + fire_delay = 0.1 SECONDS recoil = 2 wield_recoil = 0.25 spread = 8 projectile_wound_bonus = 10 - projectile_damage_multiplier = 1.5 + projectile_damage_multiplier = 1.3 /obj/item/storage/toolbox/guncase/skyrat/quarad_guncase name = "\improper Quarad light machinegun storage case"