diff options
Diffstat (limited to 'TemplePushing.c4s/System.c4g/Scroll.c')
| -rw-r--r-- | TemplePushing.c4s/System.c4g/Scroll.c | 8 |
1 files changed, 7 insertions, 1 deletions
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(); } |
