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 Dec 2, 2023
1 parent a0c2307 commit 0046e15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/modules/cm_marines/dropship_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@
turf_list -= impact_tile//moved it from here
for(var/atom/movable/atom in impact_tile)
affected_atom += atom
//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
//soundplaycooldown--
if(!debriscooldown)
impact_tile.ceiling_debris_check(1)
debriscooldown = 6
Expand All @@ -206,7 +202,6 @@
else
explosion_effect.ex_act(EXPLOSION_THRESHOLD_VLOW)//moved this
explosion_effect.throw_random_direction(1)
//sleep(11) //speed of sound simulation
playsound(impact, 'sound/effects/gau.ogg',100,1,60)


Expand Down

0 comments on commit 0046e15

Please sign in to comment.