summaryrefslogtreecommitdiff
path: root/npc/magic/plantkingdom.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-05 16:43:47 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-05 16:43:47 -0300
commit0fb46434158d8a222924554e3ca618a37bfa74f5 (patch)
treeb73b30e86c09e99681fd0ed2f6e46a3e5a63ebc6 /npc/magic/plantkingdom.txt
parent0dfe2b609ad3919fe293bd0082ad506fef1c27af (diff)
downloadserverdata-0fb46434158d8a222924554e3ca618a37bfa74f5.tar.gz
serverdata-0fb46434158d8a222924554e3ca618a37bfa74f5.tar.bz2
serverdata-0fb46434158d8a222924554e3ca618a37bfa74f5.tar.xz
serverdata-0fb46434158d8a222924554e3ca618a37bfa74f5.zip
Update Sagratha to the new spells. She is teaching Kalspike + Cute Heart at once.
Wow. This is a great reward considering how "effortless" that was.
Diffstat (limited to 'npc/magic/plantkingdom.txt')
-rw-r--r--npc/magic/plantkingdom.txt2
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!");
}