summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-7/celestia_bossfight.txt4
1 files changed, 4 insertions, 0 deletions
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;