mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Fixed deathgasp for aliens, added deathgasp for monkeys.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@720 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
|
||||
if (!gibbed)
|
||||
|
||||
emote("deathgasp") // Dead -- Skie
|
||||
// emote("deathgasp") // Dead -- Skie // Doesn't work due to stat == 2 -- Urist
|
||||
for(var/mob/O in viewers(src, null))
|
||||
O.show_message("<B>[src]</B> lets out a waning guttural screech, green blood bubbling from its maw...", 1)
|
||||
|
||||
src.canmove = 0
|
||||
if(src.client)
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
var/cancel
|
||||
if (src.healths)
|
||||
src.healths.icon_state = "health5"
|
||||
|
||||
for(var/mob/O in viewers(src, null))
|
||||
O.show_message("<b>The [src.name]</b> lets out a faint chimper as it collapses and stops moving...", 1) //ded -- Urist
|
||||
|
||||
src.stat = 2
|
||||
src.canmove = 0
|
||||
if (src.blind)
|
||||
|
||||
@@ -89,8 +89,11 @@
|
||||
if (!src.paralysis) src.paralysis += 2
|
||||
message = text("<B>[]</B> collapses!", src)
|
||||
m_type = 2
|
||||
if("deathgasp")
|
||||
message = "<b>The [src.name]</b> lets out a faint chimper as it collapses and stops moving..."
|
||||
m_type = 1
|
||||
if("help")
|
||||
src << "choke, collapse, dance, drool, gasp, shiver, gnarl, jump, paw, moan, nod, roar, roll, scratch,\nscretch, shake, sign-#, sit, sulk, sway, tail, twitch, whimper"
|
||||
src << "choke, collapse, dance, deathgasp, drool, gasp, shiver, gnarl, jump, paw, moan, nod, roar, roll, scratch,\nscretch, shake, sign-#, sit, sulk, sway, tail, twitch, whimper"
|
||||
else
|
||||
src << text("Invalid Emote: []", act)
|
||||
if ((message && src.stat == 0))
|
||||
|
||||
Reference in New Issue
Block a user