mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user