From 90c2150ea7f11c198a12c9756b40dbf83d735bee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Jun 2019 01:14:14 -0300 Subject: Fix debug code --- npc/024-16/king.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 14b8bc8f8..d7f38449b 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -84,8 +84,10 @@ L_Continue: next; mesn; mesq l("There's somewhere I want you to go, but you're not strong enough yet, so be patient and help them first."); - if (getq(General_Narrator) == 13) + if (getq(General_Narrator) == 13) { setq General_Narrator, 14, 0; + getexp 0, 40; + } close; L_Campaign: @@ -96,7 +98,8 @@ L_Campaign: setq FrostiaQuest_Homunculus, 0, 0, 0; // Debug functionality - if (is_gm()) { + if (is_staff()) { + mesc l("This quest wasn't released yet, continue anyway?"),1; if (askyesno() == ASK_YES) cwarp "023-3", 63, 219; } -- cgit v1.2.3-60-g2f50