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
@@ -933,7 +933,7 @@ Note that amputating the affected organ does in fact remove the infection from t
"<span class='danger'>\The [victim]'s [name] explodes violently!</span>",\
"<span class='userdanger'>Your [name] explodes!</span>",\
"<span class='danger'>You hear an explosion!</span>")
explosion(get_turf(victim), -1, -1, 2, 3)
explosion(get_turf(victim), -1, -1, 2, 3, cause = "Sabotaged robotic limb")
do_sparks(5, 0, victim)
qdel(src)