summaryrefslogtreecommitdiff
path: root/npc/items/books.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/books.txt')
-rw-r--r--npc/items/books.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt
index 2d37f00aa..4027e922c 100644
--- a/npc/items/books.txt
+++ b/npc/items/books.txt
@@ -490,6 +490,7 @@ function myself {
.@doct = EPISODE_WINNER;
.@fort = FORT_1ST_VISIT;
.@seal = MOUBOOTAUR_WINNER;
+ .@king = MK_WINNER;
detachrid();
attachrid(.@why);
mes ".:: " + l("Personal Feats") + " ::.";
@@ -511,6 +512,8 @@ function myself {
mesc l("First visit to Fortress Is. %s ago", FuzzyTime(.@fort));
if (.@seal)
mesc l("Defeated the Moubootaur (Sealed) %s ago", FuzzyTime(.@seal));
+ if (.@king)
+ mesc l("Defeated the Monster King %s ago", FuzzyTime(.@king));
/* Heroic Data */
detachrid();