summaryrefslogtreecommitdiff
path: root/npc/006-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-26 12:03:29 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-26 12:03:29 -0300
commit87163b498a7c09439239f7e8f1077c5224043c49 (patch)
tree9d6c298bf297bff9e1e355a37513d01f73cde53e /npc/006-6
parent5322a4f98b3f49bb713622ea03ff095659315a65 (diff)
downloadserverdata-87163b498a7c09439239f7e8f1077c5224043c49.tar.gz
serverdata-87163b498a7c09439239f7e8f1077c5224043c49.tar.bz2
serverdata-87163b498a7c09439239f7e8f1077c5224043c49.tar.xz
serverdata-87163b498a7c09439239f7e8f1077c5224043c49.zip
Add rewards to Kage's fight. But it won't be as nice with splash...
Diffstat (limited to 'npc/006-6')
-rw-r--r--npc/006-6/core.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-6/core.txt b/npc/006-6/core.txt
index f5d9585df..63d02cb2f 100644
--- a/npc/006-6/core.txt
+++ b/npc/006-6/core.txt
@@ -8,7 +8,7 @@
OnTouch:
if (!(getq(General_EasterEggs) & EE_SNOWMAN)) goto L_Reject;
if (SCANDORPTS < 300) goto L_Reject;
- //if (!getq(CandorQuest_Area3)) goto L_Reject;
+ if (!CAPTURE_FLAG) 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 < 10) goto L_Reject;