From 3dbbfe94fcca0432df3ffb05ee7005410f51fd63 Mon Sep 17 00:00:00 2001 From: Brillcrafter <110330962+Brillcrafter@users.noreply.github.com> Date: Thu, 21 Sep 2023 22:58:24 +0100 Subject: [PATCH] Upped the firerate on the mech LBX AC 10 "Scattershot" (#2496) --- code/game/mecha/equipment/weapons/weapons.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/mecha/equipment/weapons/weapons.dm b/code/game/mecha/equipment/weapons/weapons.dm index dbe623a03de..c800adb9edf 100644 --- a/code/game/mecha/equipment/weapons/weapons.dm +++ b/code/game/mecha/equipment/weapons/weapons.dm @@ -293,7 +293,7 @@ name = "\improper LBX AC 10 \"Scattershot\"" desc = "A weapon for combat exosuits. Shoots a spread of pellets." icon_state = "mecha_scatter" - equip_cooldown = 20 + equip_cooldown = 15 //NSV13 - decreased cool down to 15 from 20 projectile = /obj/item/projectile/bullet/scattershot projectiles = 40 projectile_energy_cost = 25