Skip to content

Commit

Permalink
Update code/modules/cm_marines/dropship_ammo.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Zonespace <[email protected]>
  • Loading branch information
blackdragonTOW and Zonespace27 committed Dec 3, 2023
1 parent de91cfe commit 4242a6b
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 @@ -169,7 +169,7 @@

for(var/i = 1 to ammo_used_per_firing)
sleep(1)
for(var/j = 1 to 2) //rather than halving the sleep, were doubling the bullets shot "bang"
for(var/j in 1 to 2) //rather than halving the sleep, were doubling the bullets shot "bang"
var/turf/impact_tile = pick(turf_list)
var/datum/cause_data/cause_data = create_cause_data(initial(name), source_mob)
impact_tile.ex_act(EXPLOSION_THRESHOLD_VLOW, pick(GLOB.alldirs), cause_data)
Expand Down

0 comments on commit 4242a6b

Please sign in to comment.