diff options
Diffstat (limited to 'npc/magic/plantkingdom.txt')
-rw-r--r-- | npc/magic/plantkingdom.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/plantkingdom.txt b/npc/magic/plantkingdom.txt index 4afa8e010..2788f80de 100644 --- a/npc/magic/plantkingdom.txt +++ b/npc/magic/plantkingdom.txt @@ -42,7 +42,7 @@ OnCall: if (rand(1,6) < abizit()+1) { // Summon Magic // SummonMagic(SkillID, MobID{, SkillLevelPerMob=2{, Level Override}}) - SummonMagic(@sk, any(ShadowPlant, AlizarinPlant, CobaltPlant, MauvePlant, GambogePlant, PlushroomField, ChagashroomField, AlizarinPlant, CobaltPlant, MauvePlant, GambogePlant), 2, MAGIC_LVL+getskilllv(@sk)-1); + SummonMagic(@sk, any(ShadowPlant, AlizarinPlant, CobaltPlant, MauvePlant, GambogePlant, PlushroomField, ChagashroomField, MananaTree, CrocoTree, AlizarinPlant, CobaltPlant, MauvePlant, GambogePlant), 2, MAGIC_LVL+getskilllv(@sk)-1); } else { dispbottom l("The spell fails!"); } |