mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Cyborgs now have a death emote, so people know when to stop beating them up.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@733 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/mob/living/silicon/robot/death(gibbed)
|
||||
var/cancel
|
||||
if (!gibbed)
|
||||
src.emote("deathgasp")
|
||||
src.stat = 2
|
||||
src.canmove = 0
|
||||
|
||||
|
||||
@@ -79,6 +79,10 @@
|
||||
message = "<B>[src]</B> nods."
|
||||
m_type = 1
|
||||
|
||||
if ("deathgasp")
|
||||
message = "<B>[src]</B> shudders violently for a moment, then becomes motionless, its eyes slowly darkening."
|
||||
m_type = 1
|
||||
|
||||
if ("glare")
|
||||
var/M = null
|
||||
if (param)
|
||||
|
||||
Reference in New Issue
Block a user