From bb9fb92a5e0d05513bb5b9fe979095053c34fb9a Mon Sep 17 00:00:00 2001 From: "Atso.Sariola@gmail.com" Date: Tue, 28 Dec 2010 18:15:04 +0000 Subject: [PATCH] Updated a small error git-svn-id: http://tgstation13.googlecode.com/svn/trunk@726 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 1ca773640a2..b165c19781c 100644 --- a/code/game/gamemodes/cult/cult.dm +++ b/code/game/gamemodes/cult/cult.dm @@ -105,6 +105,7 @@ cult_mob << "You have a talisman in your backpack, one that will help you start the cult on this station. Use it well and remember - there are others." if(!wordtravel) runerandom() + var/word if(startwords.len > 0) var/word=pick(startwords) startwords -= word