From 41b985e3e3099ebaba14c78a9c48a43e519c35f9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Dec 2021 12:04:25 -0300 Subject: Unlock the final chamber. Candor Underground section has been completed. --- npc/006-6/core.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'npc/006-6') diff --git a/npc/006-6/core.txt b/npc/006-6/core.txt index 63d02cb2f..80b5689dd 100644 --- a/npc/006-6/core.txt +++ b/npc/006-6/core.txt @@ -13,10 +13,15 @@ OnTouch: /* Some of previous sections come back to bite you, now */ if (CRAZYPOINTS < 10) goto L_Reject; + specialeffect(5000, SELF, getcharid(3)); + dispbottom l("The power which lies in Candor acknowledges your strength."); + sleep2(2500); + warp "006-10", 42, 48; + sleep2(500); + specialeffect(5001, SELF, getcharid(3)); + end; - // FIXME: B4F is not ready, so fallthrough to L_Reject L_Reject: - //warp "006-10", 42, 48; specialeffect(5000, SELF, getcharid(3)); dispbottom l("The power which lies in Candor rejects your strength."); sleep2(3000); -- cgit v1.2.3-60-g2f50