summaryrefslogtreecommitdiff
path: root/world/map/npc/magic/level1-summon-maggots.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/magic/level1-summon-maggots.txt')
-rw-r--r--world/map/npc/magic/level1-summon-maggots.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/magic/level1-summon-maggots.txt b/world/map/npc/magic/level1-summon-maggots.txt
index 8700e39a..05cadbc8 100644
--- a/world/map/npc/magic/level1-summon-maggots.txt
+++ b/world/map/npc/magic/level1-summon-maggots.txt
@@ -7,12 +7,12 @@ OnCast:
if (Sp < 21) end;
if (getmapflag(getmap(), MF_TOWN)) end;
if (getskilllv(SKILL_MAGIC) < .level) end;
- if (countitem("MaggotSlime") < 1 || countitem("Root") < 1) end;
+ if (countitem("InsectSlime") < 1 || countitem("Root") < 1) end;
if (getmap() == "033-1") goto L_SpecialRules6;
goto L_Pay;
L_Pay:
- delitem "MaggotSlime", 1;
+ delitem "InsectSlime", 1;
delitem "Root", 1;
set @_M_BLOCK, 1; // block casting, until the timer clears it
addtimer 20000, "Magic Timer::OnClear"; // set the new debuff