diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 14:53:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 14:53:25 -0300 |
commit | 828faa16bd8707f0cf8438b7e78575ab399d4a5e (patch) | |
tree | e97eb22833431ec66660a038e68622b9f69a70a6 /npc/functions | |
parent | 3dc0e0423bb17cd1a13830afc15e13521912d10c (diff) | |
download | serverdata-828faa16bd8707f0cf8438b7e78575ab399d4a5e.tar.gz serverdata-828faa16bd8707f0cf8438b7e78575ab399d4a5e.tar.bz2 serverdata-828faa16bd8707f0cf8438b7e78575ab399d4a5e.tar.xz serverdata-828faa16bd8707f0cf8438b7e78575ab399d4a5e.zip |
Fairy Kingdom now uses new magic system (but still can't summon Pixies)
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 027c04887..54a26ab7e 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -218,6 +218,10 @@ function script HUB_SkillInvoke { case TMW2_KALWURF: SK_summon(Wolvern, 4, any(3,4)); break; + case TMW2_FAIRYKINGDOM: + // TODO: Allow Pixie summoning + SK_summon(any(FireFairy, EarthFairy, WaterFairy, WindFairy, PoisonFairy), 4, any(3,4)); + break; } // Debug |