From 8f4d00993cb0def839a7aba85d38fc1337f4bb2b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 20:45:58 -0300 Subject: I was not happy with how lame Crazyfefe cave was so... ...Bring it back for B4F --- npc/006-6/core.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/006-6') diff --git a/npc/006-6/core.txt b/npc/006-6/core.txt index 502f3ffc0..7610623cb 100644 --- a/npc/006-6/core.txt +++ b/npc/006-6/core.txt @@ -10,6 +10,9 @@ OnTouch: //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 + /* Some of previous sections come back to bite you, now */ + if (CRAZYPOINTS < 5) goto L_Reject; + // FIXME: B4F is not ready, so fallthrough to L_Reject L_Reject: -- cgit v1.2.3-70-g09d2