diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 20:20:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 20:20:48 -0300 |
commit | fafac067ddd32cbd0274403b0afc3964a397a572 (patch) | |
tree | f259a16269a9aa1511f33dc22a4ad0080b42172e /npc/012-7 | |
parent | ddb8de13e5a3624933c27c0b08957da7b4ddec9f (diff) | |
download | serverdata-fafac067ddd32cbd0274403b0afc3964a397a572.tar.gz serverdata-fafac067ddd32cbd0274403b0afc3964a397a572.tar.bz2 serverdata-fafac067ddd32cbd0274403b0afc3964a397a572.tar.xz serverdata-fafac067ddd32cbd0274403b0afc3964a397a572.zip |
Tell Celestia that @YetiKing_Challenger starts at zero, to prevent carryover
Diffstat (limited to 'npc/012-7')
-rw-r--r-- | npc/012-7/celestia.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index df3ae587b..e190809ec 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -85,6 +85,7 @@ L_MainQuestCore: mes col("Accept quest?", 9); if (askyesno() == ASK_YES) { setq HurnscaldQuest_Celestia, 1; + @YetiKing_Challenger=0; mes ""; mesn; mesq l("Good, good. The chant is ##B EMOC OTEM ITEY GNIK ##b. Good luck!"); |