Skip to content

Commit 0c2b59c

Browse files
committed
Update gun_attachables.dm
1 parent f4aea17 commit 0c2b59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/projectiles/gun_attachables.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3611,7 +3611,7 @@ Defined in conflicts.dm of the #defines folder.
36113611
scatter_mod = -SCATTER_AMOUNT_TIER_10
36123612
recoil_mod = -RECOIL_AMOUNT_TIER_4
36133613
burst_scatter_mod = -SCATTER_AMOUNT_TIER_8
3614-
if(istype(gun, /obj/item/weapon/gun/rifle/sniper/M42A || /obj/item/attachable/bipod/srs_bipod))
3614+
if(istype(gun, /obj/item/weapon/gun/rifle/sniper/M42A || /obj/item/weapon/gun/rifle/sniper/halo))
36153615
delay_mod = -FIRE_DELAY_TIER_7
36163616
else
36173617
delay_mod = -FIRE_DELAY_TIER_12

0 commit comments

Comments
 (0)