diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 10:50:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 10:50:23 -0300 |
commit | 8931fd94794ed4cf7804499ea24c76cd334fd147 (patch) | |
tree | 6e3c88bcd74fdf31b1ffba19512c862a6d1d01b1 | |
parent | 31482a6fa24c4d4d5c34b7dbce97f9d7a2298992 (diff) | |
download | serverdata-8931fd94794ed4cf7804499ea24c76cd334fd147.tar.gz serverdata-8931fd94794ed4cf7804499ea24c76cd334fd147.tar.bz2 serverdata-8931fd94794ed4cf7804499ea24c76cd334fd147.tar.xz serverdata-8931fd94794ed4cf7804499ea24c76cd334fd147.zip |
Lock Candor B2F until Lua's arc of the Main Quest is complete.
This will hold until Piou Isles Challenge is finished.
-rw-r--r-- | npc/006-0/core.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/006-0/core.txt b/npc/006-0/core.txt index baa3478b7..00677c3c4 100644 --- a/npc/006-0/core.txt +++ b/npc/006-0/core.txt @@ -7,6 +7,7 @@ OnTouch: if (CRAZYPOINTS < 1) goto L_Reject; // FIXME + if (getq(General_Narrator) < 3) goto L_Reject; // FIXME specialeffect(5000, SELF, getcharid(3)); dispbottom l("The power which lies in Candor acknowledges your strength."); |