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 18:49:57 +00:00
committed by GitHub
parent c63dc53202
commit fde22d1c43
77 changed files with 120 additions and 117 deletions
@@ -40,7 +40,7 @@
for(var/obj/item/organ/internal/I in organs)
I.remove(user, TRUE)
explosion(get_turf(user), 0, 0, 2, 0, silent = TRUE)
explosion(get_turf(user), 0, 0, 2, 0, silent = TRUE, cause = "Headslug explosion")
for(var/mob/living/carbon/human/H in range(2, user))
to_chat(H, "<span class='userdanger'>You are blinded by a shower of blood!</span>")
H.KnockDown(4 SECONDS)