mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user