summaryrefslogtreecommitdiff
path: root/npc/024-16
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-17 01:14:14 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-17 01:14:14 -0300
commit90c2150ea7f11c198a12c9756b40dbf83d735bee (patch)
tree1f32ca573781389ac200c648be87011d014d25db /npc/024-16
parent61b7344b14c98eec6eddb958515ca81522449229 (diff)
downloadserverdata-90c2150ea7f11c198a12c9756b40dbf83d735bee.tar.gz
serverdata-90c2150ea7f11c198a12c9756b40dbf83d735bee.tar.bz2
serverdata-90c2150ea7f11c198a12c9756b40dbf83d735bee.tar.xz
serverdata-90c2150ea7f11c198a12c9756b40dbf83d735bee.zip
Fix debug code
Diffstat (limited to 'npc/024-16')
-rw-r--r--npc/024-16/king.txt7
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;
}