Can now use changeling fakedeath whilst unconscious.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4416 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-08-15 06:09:18 +00:00
parent 5a3b9d7a24
commit 01a6582a30

View File

@@ -317,7 +317,7 @@
set category = "Changeling"
set name = "Regenerative Stasis (20)"
var/datum/changeling/changeling = changeling_power(20,0,100)
var/datum/changeling/changeling = changeling_power(20,0,100,UNCONSCIOUS)
if(!changeling) return
changeling.chem_charges -= 20
@@ -331,7 +331,7 @@
C.emote("gasp")
C.tod = worldtime2text()
spawn(1200)
spawn(rand(800,2000))
if(C.stat == DEAD)
dead_mob_list -= C
living_mob_list += C