Adds more reasons to explosion logging (#28812)

* explos

* yeah good enough

* shorten that

* use ckey

* forgot this cause

* unfuck it
This commit is contained in:
Contrabang
2025-03-28 14:49:57 -04:00
committed by GitHub
parent c63dc53202
commit fde22d1c43
77 changed files with 120 additions and 117 deletions
@@ -120,7 +120,7 @@
for(var/mob/M in viewers(8, location))
to_chat(M, "<span class='warning'>The solution violently explodes.</span>")
explosion(location, devastation, heavy, light, flash)
explosion(location, devastation, heavy, light, flash, cause = "Reagents Explosion")
/datum/effect_system/reagents_explosion/proc/holder_damage(atom/holder)
if(holder)