From ca61c54b9bd69af897e4cc9d4385137fb56fd11a Mon Sep 17 00:00:00 2001 From: Jan <> Date: Mon, 2 Feb 2015 17:58:18 +0100 Subject: TemplePushingBeta.c4s --- TemplePushing.c4s/System.c4g/Scroll.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'TemplePushing.c4s/System.c4g/Scroll.c') diff --git a/TemplePushing.c4s/System.c4g/Scroll.c b/TemplePushing.c4s/System.c4g/Scroll.c index 07a55d6..076c30b 100644 --- a/TemplePushing.c4s/System.c4g/Scroll.c +++ b/TemplePushing.c4s/System.c4g/Scroll.c @@ -4,7 +4,13 @@ func Initialize() { - var spells = [ABLA, MBOT, MFRB, MDBT, GVTY, MMTR, MLGT, CFAL, MSSH, MINV, MQKE, MARK, MFWV, MGFL]; + if (mode == MODE_Festive) + { + var spells = [ABLA, MFWV, MICS, MLGT, MGPL]; SetSpell(spells[Random(GetLength(spells))]); + } + else var spells = [ABLA, MBOT, MFRB, MDBT, GVTY, MMTR, MLGT, CFAL, MSSH, MINV, MQKE, MARK, MFWV, MGFL, LAVS, MGPL]; + SetSpell(spells[Random(GetLength(spells))]); + return _inherited(); } -- cgit v1.2.3-54-g00ecf