Skip to content

Commit

Permalink
Update reagent_dispensers.dm (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 authored Aug 14, 2024
1 parent 9b19241 commit f8408b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/reagent_dispensers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
if(proj.damage > 10 && prob(60) && (proj.ammo.damage_type in list(BRUTE, BURN)))
log_attack("[key_name(proj.firer)] detonated a fuel tank with a projectile at [AREACOORD(src)].")
explode()
return
return ..()

/obj/structure/reagent_dispensers/fueltank/ex_act()
Expand Down

0 comments on commit f8408b3

Please sign in to comment.