From 7d9740241d57cd109613e92cbb2c670be1b7ed7b Mon Sep 17 00:00:00 2001 From: adacovsk <94659603+adacovsk@users.noreply.github.com> Date: Mon, 27 Jun 2022 22:53:48 -0400 Subject: [PATCH] Update verbs.dm (#32841) --- code/modules/mob/dead/observer/verbs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/dead/observer/verbs.dm b/code/modules/mob/dead/observer/verbs.dm index 2ac1e57578d..35b63f4270f 100644 --- a/code/modules/mob/dead/observer/verbs.dm +++ b/code/modules/mob/dead/observer/verbs.dm @@ -9,7 +9,6 @@ to_chat(src, "You have no body.") return if(mind.current.key && copytext(mind.current.key,1,2)!="@") //makes sure we don't accidentally kick any clients - to_chat(usr, "Another consciousness is in your body...It is resisting you.") return if(mind.current.ajourn && istype(mind.current.ajourn,/obj/effect/rune_legacy) && mind.current.stat != DEAD) //check if the corpse is astral-journeying (it's client ghosted using a cultist rune). var/obj/effect/rune_legacy/R = mind.current.ajourn //whilst corpse is alive, we can only reenter the body if it's on the rune