From 5bb05a33fd5a44d72a48e2ac91c9de70425249b0 Mon Sep 17 00:00:00 2001 From: Brillcrafter <110330962+Brillcrafter@users.noreply.github.com> Date: Sun, 30 Jul 2023 15:16:49 +0100 Subject: [PATCH] upped the firerate on the mech shotgun the firerate on the scattershot is too slow for it to be really powerful, this increase will make it more on par with the other weapons --- 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..b8b40ac8a00 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 = 10 projectile = /obj/item/projectile/bullet/scattershot projectiles = 40 projectile_energy_cost = 25