summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-28 17:35:41 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-28 17:35:41 -0300
commit6dadde38a3b2aa0d2acdcdca0bcbc160cf3cb043 (patch)
tree3c02e14f3542294b140a5e4a72b8f4c552c4a6a2 /npc
parent66c9a46aa172cfe20ce128eaf678d464ec784178 (diff)
downloadserverdata-6dadde38a3b2aa0d2acdcdca0bcbc160cf3cb043.tar.gz
serverdata-6dadde38a3b2aa0d2acdcdca0bcbc160cf3cb043.tar.bz2
serverdata-6dadde38a3b2aa0d2acdcdca0bcbc160cf3cb043.tar.xz
serverdata-6dadde38a3b2aa0d2acdcdca0bcbc160cf3cb043.zip
Make sure you can challenge Blanc in hard mode if you clean it up once
Diffstat (limited to 'npc')
-rw-r--r--npc/006-10/logic.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-10/logic.txt b/npc/006-10/logic.txt
index 7241d82..a56c66e 100644
--- a/npc/006-10/logic.txt
+++ b/npc/006-10/logic.txt
@@ -19,7 +19,7 @@
select
l("Not yet."),
l("Bring it on!"),
- rif(is_gm(), l("Bring me, my worst nightmare."));
+ rif(is_gm() || (##01_CRQUEST & MLP_CR_DEBUT), l("Bring me, my worst nightmare."));
mes "";
if (@menu == 1) {
closeclientdialog;