From 828faa16bd8707f0cf8438b7e78575ab399d4a5e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 21 Oct 2019 14:53:25 -0300 Subject: Fairy Kingdom now uses new magic system (but still can't summon Pixies) --- npc/functions/hub.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/functions') 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 -- cgit v1.2.3-70-g09d2