Skip to content

Commit

Permalink
Update dropship_ammo.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdragonTOW authored Nov 29, 2023
1 parent 123d0e8 commit c1c8058
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 @@ -168,9 +168,9 @@
var/debriscooldown = 0

for(var/i = 1 to ammo_used_per_firing)
var/turf/impact_tile = pick(turf_list)
sleep(1)
for(var/j = 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)
create_shrapnel(impact_tile,1,0,0,shrapnel_type,cause_data,FALSE,100) //simulates a bullet
Expand Down

0 comments on commit c1c8058

Please sign in to comment.