We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4aea17 commit 0c2b59cCopy full SHA for 0c2b59c
code/modules/projectiles/gun_attachables.dm
@@ -3611,7 +3611,7 @@ Defined in conflicts.dm of the #defines folder.
3611
scatter_mod = -SCATTER_AMOUNT_TIER_10
3612
recoil_mod = -RECOIL_AMOUNT_TIER_4
3613
burst_scatter_mod = -SCATTER_AMOUNT_TIER_8
3614
- if(istype(gun, /obj/item/weapon/gun/rifle/sniper/M42A || /obj/item/attachable/bipod/srs_bipod))
+ if(istype(gun, /obj/item/weapon/gun/rifle/sniper/M42A || /obj/item/weapon/gun/rifle/sniper/halo))
3615
delay_mod = -FIRE_DELAY_TIER_7
3616
else
3617
delay_mod = -FIRE_DELAY_TIER_12
0 commit comments