diff options
-rw-r--r-- | npc/006-6/core.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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: |