From 5ae8f175cd06771f326b7a30fc7d9b26f59c35e4 Mon Sep 17 00:00:00 2001 From: Markolie Date: Sun, 16 Aug 2015 02:40:56 +0200 Subject: [PATCH] ALIVE --> CONSCIOUS --- code/modules/organs/subtypes/machine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/organs/subtypes/machine.dm b/code/modules/organs/subtypes/machine.dm index 03354743166..ee71bb59d21 100644 --- a/code/modules/organs/subtypes/machine.dm +++ b/code/modules/organs/subtypes/machine.dm @@ -70,7 +70,7 @@ ..() // This is very ghetto way of rebooting an IPC. TODO better way. if(owner && owner.stat == DEAD) - owner.stat = ALIVE + owner.stat = CONSCIOUS owner.visible_message("\The [owner] twitches visibly!") /obj/item/organ/optical_sensor