From 96bbd9931e4dcc829e30ffe6810427f0eccf963b Mon Sep 17 00:00:00 2001 From: Kyep Date: Sat, 1 Apr 2017 16:08:26 -0700 Subject: [PATCH] Stops telling ghosts about target changes --- code/game/machinery/cryopod.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index c3df6426433..d5ca725c9d2 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -333,8 +333,6 @@ for(var/datum/mind/H in ticker.mode.cult) if(H.current) to_chat(H.current, "[ticker.mode.cultdat.entity_name] murmurs, [occupant] is beyond your reach. Sacrifice [cult_mode.sacrifice_target.current] instead...") - for(var/mob/dead/observer/O in player_list) - to_chat(O, "[ticker.mode.cultdat.entity_name] murmurs, [occupant] is beyond your reach. Sacrifice [cult_mode.sacrifice_target.current] instead...") else cult_mode.bypass_phase()