summaryrefslogtreecommitdiff
path: root/world/map/npc/magic
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-11-02 21:48:10 -0300
committerJesusaves <cpntb1@ymail.com>2020-11-02 21:48:10 -0300
commit1f3f9fffc7d9ce7b8e9f3dae7a34132d1ce5395c (patch)
tree3601a6fab2724c62decb6b4e6e94bc76bf8cc82a /world/map/npc/magic
parenta18dea93021fbde5cd5a98a23baac9f5b23b5878 (diff)
downloadserverdata-1f3f9fffc7d9ce7b8e9f3dae7a34132d1ce5395c.tar.gz
serverdata-1f3f9fffc7d9ce7b8e9f3dae7a34132d1ce5395c.tar.bz2
serverdata-1f3f9fffc7d9ce7b8e9f3dae7a34132d1ce5395c.tar.xz
serverdata-1f3f9fffc7d9ce7b8e9f3dae7a34132d1ce5395c.zip
*turns off lights* Halloween 2020 and Doomsday 5: The Final Showdown are over.
That's all for now, folks! :D
Diffstat (limited to 'world/map/npc/magic')
-rw-r--r--world/map/npc/magic/level2-arrow-hail.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/magic/level2-arrow-hail.txt b/world/map/npc/magic/level2-arrow-hail.txt
index b1e713d0..24866b1c 100644
--- a/world/map/npc/magic/level2-arrow-hail.txt
+++ b/world/map/npc/magic/level2-arrow-hail.txt
@@ -9,7 +9,7 @@ OnCast:
if (getskilllv(SKILL_MAGIC) < .level) end;
if (Sp < 25) end;
explode .@map_ext[0], getmap(), "-";
- if (.@map_ext[1] != 1) end; // XXX this is fugly, in the future let's use MF_OUTSIDE to detect if a map is "outside" or "inside"
+ if (.@map_ext[1] != 1 && getmap() != "099-5") end; // XXX this is fugly, in the future let's use MF_OUTSIDE to detect if a map is "outside" or "inside"
if (getmapflag(getmap(), MF_TOWN)) end;
if (countitem("Arrow") >= 20 && countitem("SulphurPowder") >= 1) delitem "Arrow", 20;
elif (countitem("IronArrow") >= 20 && countitem("SulphurPowder") >= 1) delitem "IronArrow", 20;