Skip to content

Commit

Permalink
Update dropship_ammo.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
cuberound authored Nov 29, 2023
1 parent 4ba9b4c commit 45c6750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/dropship_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
bullet_effect.adjust_effect(slow_duration, SLOW)
else
explosion_effect.ex_act(EXPLOSION_THRESHOLD_VLOW)
impact_tile.ex_act(EXPLOSION_THRESHOLD_VLOW, pick(alldirs), cause_data)//moved this
impact_tile.ex_act(EXPLOSION_THRESHOLD_VLOW, pick(GLOB.alldirs), cause_data)//moved this
if(!soundplaycooldown) //so we don't play the same sound 20 times very fast.
playsound(impact_tile, 'sound/effects/gauimpact.ogg',40,1,20)
soundplaycooldown = 3
Expand Down

0 comments on commit 45c6750

Please sign in to comment.