diff options
Diffstat (limited to 'npc/024-16/king.txt')
-rw-r--r-- | npc/024-16/king.txt | 7 |
1 files changed, 5 insertions, 2 deletions
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; } |