diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-26 12:04:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-26 12:04:25 -0300 |
commit | 41b985e3e3099ebaba14c78a9c48a43e519c35f9 (patch) | |
tree | 274b986e628bb7cc2ae1c49ccde6719ee3a34dae | |
parent | 87163b498a7c09439239f7e8f1077c5224043c49 (diff) | |
download | serverdata-41b985e3e3099ebaba14c78a9c48a43e519c35f9.tar.gz serverdata-41b985e3e3099ebaba14c78a9c48a43e519c35f9.tar.bz2 serverdata-41b985e3e3099ebaba14c78a9c48a43e519c35f9.tar.xz serverdata-41b985e3e3099ebaba14c78a9c48a43e519c35f9.zip |
Unlock the final chamber. Candor Underground section has been completed.
-rw-r--r-- | npc/006-6/core.txt | 9 |
1 files changed, 7 insertions, 2 deletions
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); |