diff options
-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); |