[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:
SkyratBot
2020-09-02 03:02:50 +02:00
committed by GitHub
co-authored by Ryll Ryll
parent 28b2ac6aa4
commit f412521569
3 changed files with 9 additions and 7 deletions
+1 -2
View File
@@ -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>")