From 39dfeac708a01f56e8055f39d69e048faf37e371 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 10:53:55 -0300 Subject: Tie the Candor basement progression based on main quest progression. You won't be accepted before the respective arcs: Tulim, Halin and Frostia. Frostia Arc isn't yet necessary because B4F isn't yet finished --- npc/006-6/core.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/006-6/core.txt') diff --git a/npc/006-6/core.txt b/npc/006-6/core.txt index b1dfffd8f..b10bf24d9 100644 --- a/npc/006-6/core.txt +++ b/npc/006-6/core.txt @@ -9,6 +9,7 @@ OnTouch: //if (!getq(CandorQuest_Area1)) goto L_Reject; //if (!getq(CandorQuest_Area2)) goto L_Reject; //if (!getq(CandorQuest_Area3)) goto L_Reject; + if (getq(General_Narrator) < 17) goto L_Reject; // Frostia Arc must be finished // FIXME: B4F is not ready, so fallthrough to L_Reject L_Reject: -- cgit v1.2.3-60-g2f50