diff options
author | AJ K <aj@keresztes.us> | 2024-08-28 14:37:48 -0400 |
---|---|---|
committer | AJ K <aj@keresztes.us> | 2024-08-28 14:37:48 -0400 |
commit | e39be783e852f390d61776c51c006d444a131f0b (patch) | |
tree | 8183fcb880c427c10f0ff341e8981a4e1afa7e6f /world/map/npc/magic/level1-summon-maggots.txt | |
parent | cca41e5ba8fcd2e971303fd54be8786c86d82c7e (diff) | |
parent | 59aa2316201d785beee4abe7a4cfe6b87f53beb1 (diff) | |
download | serverdata-e39be783e852f390d61776c51c006d444a131f0b.tar.gz serverdata-e39be783e852f390d61776c51c006d444a131f0b.tar.bz2 serverdata-e39be783e852f390d61776c51c006d444a131f0b.tar.xz serverdata-e39be783e852f390d61776c51c006d444a131f0b.zip |
Diffstat (limited to 'world/map/npc/magic/level1-summon-maggots.txt')
-rw-r--r-- | world/map/npc/magic/level1-summon-maggots.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/world/map/npc/magic/level1-summon-maggots.txt b/world/map/npc/magic/level1-summon-maggots.txt index 05cadbc8..ce95422c 100644 --- a/world/map/npc/magic/level1-summon-maggots.txt +++ b/world/map/npc/magic/level1-summon-maggots.txt @@ -5,7 +5,6 @@ OnCast: if(call("magic_checks")) end; if (Sp < 21) end; - if (getmapflag(getmap(), MF_TOWN)) end; if (getskilllv(SKILL_MAGIC) < .level) end; if (countitem("InsectSlime") < 1 || countitem("Root") < 1) end; if (getmap() == "033-1") goto L_SpecialRules6; |