From 31482a6fa24c4d4d5c34b7dbce97f9d7a2298992 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 10:49:15 -0300 Subject: Add 006-6 Candor B3F, and allow warp to it --- npc/006-3/core.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'npc/006-3') diff --git a/npc/006-3/core.txt b/npc/006-3/core.txt index 75a20334f..b7dfa8143 100644 --- a/npc/006-3/core.txt +++ b/npc/006-3/core.txt @@ -9,9 +9,15 @@ OnTouch: if (!getq(CandorQuest_Groata)) goto L_Reject; if (!getq(CandorQuest_Jak1)) goto L_Reject; - // FIXME: B3F is not ready, so fallthrough to L_Reject + specialeffect(5000, SELF, getcharid(3)); + dispbottom l("The power which lies in Candor acknowledges your strength."); + sleep2(2500); + warp "006-6", 49, 52; + sleep2(500); + specialeffect(5001, SELF, getcharid(3)); + end; + L_Reject: - //warp "006-3", 49, 52; specialeffect(5000, SELF, getcharid(3)); dispbottom l("The power which lies in Candor rejects your strength."); sleep2(3000); -- cgit v1.2.3-60-g2f50