diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 20:45:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 20:45:58 -0300 |
commit | 8f4d00993cb0def839a7aba85d38fc1337f4bb2b (patch) | |
tree | 8612b23b288f3acf8f2b8be19289dde16492da8d /npc/006-6 | |
parent | f6ed77a19651da5d25c26083af153200e5703bd5 (diff) | |
download | serverdata-8f4d00993cb0def839a7aba85d38fc1337f4bb2b.tar.gz serverdata-8f4d00993cb0def839a7aba85d38fc1337f4bb2b.tar.bz2 serverdata-8f4d00993cb0def839a7aba85d38fc1337f4bb2b.tar.xz serverdata-8f4d00993cb0def839a7aba85d38fc1337f4bb2b.zip |
I was not happy with how lame Crazyfefe cave was so...
...Bring it back for B4F
Diffstat (limited to 'npc/006-6')
-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: |