diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-17 01:14:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-17 01:14:14 -0300 |
commit | 90c2150ea7f11c198a12c9756b40dbf83d735bee (patch) | |
tree | 1f32ca573781389ac200c648be87011d014d25db /npc/024-16/king.txt | |
parent | 61b7344b14c98eec6eddb958515ca81522449229 (diff) | |
download | serverdata-90c2150ea7f11c198a12c9756b40dbf83d735bee.tar.gz serverdata-90c2150ea7f11c198a12c9756b40dbf83d735bee.tar.bz2 serverdata-90c2150ea7f11c198a12c9756b40dbf83d735bee.tar.xz serverdata-90c2150ea7f11c198a12c9756b40dbf83d735bee.zip |
Fix debug code
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; } |