From 96bc0bed7572472bd2b2a196bb3851a4330107c1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 17 Apr 2020 01:30:19 -0300 Subject: Yeti King Quest - extra lame reward --- npc/001-7/celestia_bossfight.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/001-7/celestia_bossfight.txt') diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 901683bbd..db0d9cfd1 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -74,6 +74,9 @@ L_Survivor: getitem Coal, (.@r/10); // max 10 coal break; } + // Completion bonus + getexp 0, 1000; + getitem StrangeCoin, 1; compareandsetq HurnscaldQuest_Celestia, 5, 6; mesn col(l("The Yeti King"), 3); mesq l("Here kid. Frostia, the elf town, is somewhere near here, but I'm not sure if you can reach it from here."); @@ -123,6 +126,7 @@ OnVictory: // This allows the challenger to go back home without dying. OnDefeat: + getexp 0, 100; compareandsetq HurnscaldQuest_Celestia, 7, 6; end; -- cgit v1.2.3-60-g2f50