From fd6b044b1a1168b68fb66f5360ff9e64118dead8 Mon Sep 17 00:00:00 2001 From: uporotiy Date: Wed, 20 Oct 2010 21:51:36 +0000 Subject: [PATCH] Fixed a very, very stupid mistake. Hope I didn't make any more like that. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@337 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/cult/cult.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/cult/cult.dm b/code/game/gamemodes/cult/cult.dm index 94e4053df7a..59c60f72a01 100644 --- a/code/game/gamemodes/cult/cult.dm +++ b/code/game/gamemodes/cult/cult.dm @@ -101,6 +101,7 @@ cult_mob << "\red You remembered one thing from the dark teachings of your master... [wordself] is self..." if("8") cult_mob << "\red You remembered one thing from the dark teachings of your master... [wordsee] is see..." + cultists.Add(cult_mob) /datum/game_mode/cult/send_intercept() var/intercepttext = "Cent. Com. Update Requested staus information:
"