mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 18:13:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user