mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] Dying people (and stunned borgies) can gasp and deathgasp again (#606)
* Dying people (and stunned borgies) can gasp and deathgasp again (#53320) * Dying people (and stunned borgies) can gasp and deathgasp again Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
return
|
||||
|
||||
already_scarred = TRUE // so we don't scar a limb we don't have. If I add different levels of amputation desc, do it here
|
||||
victim = dismembered_part.owner
|
||||
|
||||
if(dismembered_part.body_zone == BODY_ZONE_CHEST)
|
||||
occur_text = "is split open, causing [victim.p_their()] internals organs to spill out!"
|
||||
@@ -41,8 +42,6 @@
|
||||
if(WOUND_BURN)
|
||||
occur_text = "is completely incinerated, falling to dust!"
|
||||
|
||||
victim = dismembered_part.owner
|
||||
|
||||
var/msg = "<span class='bolddanger'>[victim]'s [dismembered_part.name] [occur_text]!</span>"
|
||||
|
||||
victim.visible_message(msg, "<span class='userdanger'>Your [dismembered_part.name] [occur_text]!</span>")
|
||||
|
||||
Reference in New Issue
Block a user