diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-17 20:15:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-17 20:15:27 -0300 |
commit | e414f98f4a46c3883f336e48d157ef1cc15d365e (patch) | |
tree | bec36570cae15450aee8b816fab433fd0b27c3eb /npc/023-3 | |
parent | fee8af4cd68dee370ac3151725d61693ce06ca17 (diff) | |
download | serverdata-e414f98f4a46c3883f336e48d157ef1cc15d365e.tar.gz serverdata-e414f98f4a46c3883f336e48d157ef1cc15d365e.tar.bz2 serverdata-e414f98f4a46c3883f336e48d157ef1cc15d365e.tar.xz serverdata-e414f98f4a46c3883f336e48d157ef1cc15d365e.zip |
Sponsors can now effectively bypass the restriction on map 023-3
Diffstat (limited to 'npc/023-3')
-rw-r--r-- | npc/023-3/logic.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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; |