diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index a85ac4e5f4e..81a59ff4929 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -347,9 +347,10 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp to_chat(src, "You can now re-enter your corpse, and can be cloned.") can_reenter_corpse = TRUE do_not_resuscitate = FALSE - return + return TRUE else to_chat(usr, "You're already stuck out of your body!") + return FALSE can_reenter_corpse = FALSE do_not_resuscitate = TRUE