Fix IPC brain surgery

This commit is contained in:
Markolie
2015-10-02 20:25:09 +02:00
parent 0ffc27eded
commit a93304e673
3 changed files with 49 additions and 51 deletions
+1 -1
View File
@@ -118,7 +118,7 @@
// This is very ghetto way of rebooting an IPC. TODO better way.
spawn(1)
if(owner && owner.stat == DEAD)
owner.stat = 0
owner.stat = CONSCIOUS
owner.visible_message("<span class='danger'>\The [owner] twitches visibly!</span>")
/obj/item/organ/mmi_holder/posibrain/New()