From 34a32e71667ae68960e8303de588bf73d0900d03 Mon Sep 17 00:00:00 2001 From: Markolie Date: Fri, 11 Sep 2015 06:17:29 +0200 Subject: [PATCH] Fix cult deconversion icons --- code/game/gamemodes/cult/cult.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/cult/cult.dm b/code/game/gamemodes/cult/cult.dm index 50819be8c1d..a5a18c6676e 100644 --- a/code/game/gamemodes/cult/cult.dm +++ b/code/game/gamemodes/cult/cult.dm @@ -204,6 +204,8 @@ cult -= cult_mind cult_mind.current << "\red An unfamiliar white light flashes through your mind, cleansing the taint of the dark-one and the memories of your time as his servant with it." cult_mind.memory = "" + cult_mind.special_role = null + cult_mind.current.hud_updateflag |= 1 << SPECIALROLE_HUD // remove the cult viewpoint object var/obj/viewpoint = getCultViewpoint(cult_mind.current)