From 6f59007254efbd5074d9dbc44e377b2f68861c39 Mon Sep 17 00:00:00 2001 From: Morrow Date: Sun, 6 Aug 2023 08:36:04 -0400 Subject: [PATCH] EB switcheroo --- code/modules/projectiles/gun_attachables.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/projectiles/gun_attachables.dm b/code/modules/projectiles/gun_attachables.dm index be6a8bebdef4..bb89db3f30d5 100644 --- a/code/modules/projectiles/gun_attachables.dm +++ b/code/modules/projectiles/gun_attachables.dm @@ -368,12 +368,12 @@ Defined in conflicts.dm of the #defines folder. icon_state = "ebarrel" attach_icon = "ebarrel_a" hud_offset_mod = -3 + wield_delay_mod = WIELD_DELAY_FAST /obj/item/attachable/extended_barrel/New() ..() - accuracy_mod = HIT_ACCURACY_MULT_TIER_2 + accuracy_mod = HIT_ACCURACY_MULT_TIER_4 velocity_mod = AMMO_SPEED_TIER_1 - delay_mod = FIRE_DELAY_TIER_10 /obj/item/attachable/heavy_barrel name = "barrel charger"