From f14b81fdfd6706d6812ab3253ace5091d502e87a Mon Sep 17 00:00:00 2001 From: AnturK Date: Sat, 18 Jun 2016 15:02:32 +0200 Subject: [PATCH] Fixes #18271 --- code/datums/mind.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index a57bb20ea69..515d7722ecf 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -1466,8 +1466,7 @@ /datum/mind/proc/make_Cultist() if(!(src in ticker.mode.cult)) - ticker.mode.cult += src - ticker.mode.update_cult_icons_added(src) + ticker.mode.add_cultist(src,FALSE) special_role = "Cultist" current << "You catch a glimpse of the Realm of Nar-Sie, The Geometer of Blood. You now see how flimsy the world is, you see that it should be open to the knowledge of Nar-Sie." current << "Assist your new compatriots in their dark dealings. Their goal is yours, and yours is theirs. You serve the Dark One above all else. Bring It back."