diff --git a/code/modules/projectiles/gun_attachables.dm b/code/modules/projectiles/gun_attachables.dm index d7ec91b8ec..71bdab0161 100644 --- a/code/modules/projectiles/gun_attachables.dm +++ b/code/modules/projectiles/gun_attachables.dm @@ -3404,6 +3404,7 @@ Defined in conflicts.dm of the #defines folder. attach_icon = "bipod_m60_a" flags_attach_features = ATTACH_ACTIVATION + delay_mod = FIRE_DELAY_TIER_1 /obj/item/attachable/bipod/vulture name = "heavy bipod" diff --git a/code/modules/projectiles/guns/misc.dm b/code/modules/projectiles/guns/misc.dm index 8e2f7595af..255c85ba70 100644 --- a/code/modules/projectiles/guns/misc.dm +++ b/code/modules/projectiles/guns/misc.dm @@ -76,6 +76,7 @@ force = 25 flags_gun_features = GUN_WIELDED_FIRING_ONLY|GUN_CAN_POINTBLANK gun_category = GUN_CATEGORY_HEAVY + fire_delay = FIRE_DELAY_TIER_9 attachable_allowed = list( /obj/item/attachable/m60barrel, /obj/item/attachable/bipod/m60,