From 3d5beb946b9556e982d492cc41e72aead534f960 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Jun 2019 13:00:35 -0300 Subject: Replace return() with end() when appliable, and if you're redoing the quest, prevent access to Village. (Yeti challenge won't happen again iirc) --- npc/023-3-2/logic.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/023-3-2/logic.txt') diff --git a/npc/023-3-2/logic.txt b/npc/023-3-2/logic.txt index 36c6b88c1..a51826307 100644 --- a/npc/023-3-2/logic.txt +++ b/npc/023-3-2/logic.txt @@ -15,14 +15,19 @@ OnTouch: if (.@q < 15) { warp "Save", 0, 0; percentheal -100, -100; - return false; + end; } if (.@q == 15) { dispbottom lg("I'm not a coward! I must press forward!"); end; } + /* + Access to the dungeon is now prohibted. .@mapn$="023-3-1"; warp .@mapn$, 45, 28; + */ + .@mapn$="024-16"; + warp .@mapn$, 30, 26; end; } -- cgit v1.2.3-70-g09d2