diff options
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Scroll.c')
| -rw-r--r-- | TemplePushing.c4s/System.c4g/Scroll.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TemplePushing.c4s/System.c4g/Scroll.c b/TemplePushing.c4s/System.c4g/Scroll.c index 076c30b..310652c 100644 --- a/TemplePushing.c4s/System.c4g/Scroll.c +++ b/TemplePushing.c4s/System.c4g/Scroll.c @@ -6,10 +6,10 @@ func Initialize() { if (mode == MODE_Festive) { - var spells = [ABLA, MFWV, MICS, MLGT, MGPL]; + var spells = [ABLA, MFWV, MICS, MLGT, MGPL, ICNL]; SetSpell(spells[Random(GetLength(spells))]); } - else var spells = [ABLA, MBOT, MFRB, MDBT, GVTY, MMTR, MLGT, CFAL, MSSH, MINV, MQKE, MARK, MFWV, MGFL, LAVS, MGPL]; + else var spells = [ABLA, MBOT, MFRB, MDBT, GVTY, MMTR, MLGT, CFAL, MSSH, MINV, MQKE, MARK, MFWV, MGFL, LAVS, MGPL, ICNL]; SetSpell(spells[Random(GetLength(spells))]); return _inherited(); |
