diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-26 00:56:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-26 00:56:45 -0300 |
commit | e99fbff51b540261b268192a81f756bd34b47509 (patch) | |
tree | 6f850b607a63397d892c8e041d322f6a89f4360e /npc/006-6 | |
parent | f3e41a1895a966154b664282b4a416bef18e77fd (diff) | |
download | serverdata-e99fbff51b540261b268192a81f756bd34b47509.tar.gz serverdata-e99fbff51b540261b268192a81f756bd34b47509.tar.bz2 serverdata-e99fbff51b540261b268192a81f756bd34b47509.tar.xz serverdata-e99fbff51b540261b268192a81f756bd34b47509.zip |
B4F Requeriment for Bloodbath: 5 minutes
Diffstat (limited to 'npc/006-6')
-rw-r--r-- | npc/006-6/core.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-6/core.txt b/npc/006-6/core.txt index 9cae45597..f5d9585df 100644 --- a/npc/006-6/core.txt +++ b/npc/006-6/core.txt @@ -7,7 +7,7 @@ OnTouch: if (!(getq(General_EasterEggs) & EE_SNOWMAN)) goto L_Reject; - //if (!getq(CandorQuest_Area2)) goto L_Reject; + if (SCANDORPTS < 300) 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 */ |