dump reagents instead of just fuel (#17885)

This commit is contained in:
Will
2025-06-18 01:57:44 -04:00
committed by GitHub
parent 686105efb5
commit bfbab4e357
@@ -279,10 +279,8 @@
/obj/structure/reagent_dispensers/fueltank/proc/leak_fuel(amount)
if (reagents.total_volume == 0)
return
amount = min(amount, reagents.total_volume)
reagents.remove_reagent(REAGENT_ID_FUEL,amount)
new /obj/effect/decal/cleanable/liquid_fuel(src.loc, amount,1)
reagents.trans_to_turf(get_turf(src),amount)
/obj/structure/reagent_dispensers/peppertank
name = "Pepper Spray Refiller"