summaryrefslogtreecommitdiff
path: root/npc/032-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-09 21:40:03 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-09 21:40:03 -0300
commitdf85b2d445e2c9cb1cbb0271d28aeb2852f10b5f (patch)
treeacc33a81e9dc2e28deaac278024f35bf56e8046a /npc/032-3
parentd4cceab94cb03e9b0e9031daf9515244844b6e26 (diff)
downloadserverdata-df85b2d445e2c9cb1cbb0271d28aeb2852f10b5f.tar.gz
serverdata-df85b2d445e2c9cb1cbb0271d28aeb2852f10b5f.tar.bz2
serverdata-df85b2d445e2c9cb1cbb0271d28aeb2852f10b5f.tar.xz
serverdata-df85b2d445e2c9cb1cbb0271d28aeb2852f10b5f.zip
We progressed The Episode to just before the showdown with the Soul Eater.
Diffstat (limited to 'npc/032-3')
-rw-r--r--npc/032-3/_warps.txt2
-rw-r--r--npc/032-3/episode.txt3
2 files changed, 2 insertions, 3 deletions
diff --git a/npc/032-3/_warps.txt b/npc/032-3/_warps.txt
index 482e39cad..0e50fa8d2 100644
--- a/npc/032-3/_warps.txt
+++ b/npc/032-3/_warps.txt
@@ -1,3 +1,3 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Map 032-3: Beasts Dungeon warps
-032-3,121,102,0 warp #032-3_121_102 0,0,032-2,52,127
+032-3,121,102,0 warp #032-3_121_102 0,0,032-2,103,112
diff --git a/npc/032-3/episode.txt b/npc/032-3/episode.txt
index 1d8ad24cc..1c01139ab 100644
--- a/npc/032-3/episode.txt
+++ b/npc/032-3/episode.txt
@@ -8,8 +8,7 @@
end;
OnTouch:
.@q = (getq(LoFQuest_EPISODE) == 15 ? getq2(LoFQuest_EPISODE) : 99);
- // No more passage if quest > 15
- if (getq(LoFQuest_EPISODE) == 15 && .@q >= 2)
+ if (.@q >= 2)
warp "032-4", 40, 74;
else
dispbottom l("This door is locked.");