summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level2-summon-mouboo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level2-summon-mouboo.txt')
-rw-r--r--world/map/npc/magic/level2-summon-mouboo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/magic/level2-summon-mouboo.txt b/world/map/npc/magic/level2-summon-mouboo.txt
index 32adf500..dfa60e57 100644
--- a/world/map/npc/magic/level2-summon-mouboo.txt
+++ b/world/map/npc/magic/level2-summon-mouboo.txt
@@ -5,6 +5,7 @@
OnCast:
if(call("magic_checks")) end;
if (Sp < 35) end;
+ if (getmapflag(getmap(), MF_TOWN)) end;
if (getskilllv(SKILL_MAGIC) < .level) end;
if (getskilllv(.school) < .level) end;
if (countitem("MoubooFigurine") < 1 || countitem("Root") < 1) end;