From e414f98f4a46c3883f336e48d157ef1cc15d365e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 Oct 2021 20:15:27 -0300 Subject: Sponsors can now effectively bypass the restriction on map 023-3 --- npc/023-3/logic.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index c9d63f7e3..59a8bd7c5 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -91,8 +91,10 @@ OnTouch: npctalkonce l("I'm not going any closer to that cursed place!"); end; } - if (getq(FrostiaQuest_Homunculus) >= 1) + if (getq(FrostiaQuest_Homunculus) >= 1) { + npctalk3 l("Everything in order."); end; + } mesn; mesq l("Congratulations in making this far, @@.", strcharinfo(0)); next; -- cgit v1.2.3-60-g2f50