mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Aliens now let out a sad screech when their beautiful life comes to an end.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@135 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
if (!gibbed)
|
||||
|
||||
emote("deathgasp") // Dead -- Skie
|
||||
|
||||
src.canmove = 0
|
||||
if(src.client)
|
||||
src.blind.layer = 0
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
if (!muzzled)
|
||||
message = "<B>[src]</B> burps."
|
||||
m_type = 2
|
||||
if ("deathgasp")
|
||||
message = "<B>[src]</B> lets out a waning guttural screech, green blood bubbling from its maw..."
|
||||
m_type = 1
|
||||
if("scratch")
|
||||
if (!src.restrained())
|
||||
message = "<B>The [src.name]</B> scratches."
|
||||
|
||||
Reference in New Issue
Block a user