summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/books.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt
index fbf80dd30..71f680365 100644
--- a/npc/items/books.txt
+++ b/npc/items/books.txt
@@ -481,6 +481,7 @@ function myself {
.@gemini = GEMINI_WINNER;
.@ghq = GHQ_WINNER;
.@fort = FORT_1ST_VISIT;
+ .@seal = MOUBOOTAUR_WINNER;
detachrid();
attachrid(.@why);
mes ".:: " + l("Personal Feats") + " ::.";
@@ -489,7 +490,7 @@ function myself {
if (.@hh)
mesc l("Cleared Heroes Hold %s ago", FuzzyTime(.@hh));
if (.@gemini)
- mesc l("Cleared Gemini Sisters Quest %s ago", FuzzyTime(.@hh));
+ mesc l("Cleared Gemini Sisters Quest %s ago", FuzzyTime(.@gemini));
if (.@reborn)
mesc l("First reborn %s ago", FuzzyTime(.@reborn));
if (.@quirin)
@@ -498,6 +499,8 @@ function myself {
mesc l("First Grand Hunter challenge cleared %s ago", FuzzyTime(.@ghq));
if (.@fort)
mesc l("First visit to Fortress Is. %s ago", FuzzyTime(.@fort));
+ if (.@seal)
+ mesc l("Defeated the Moubootaur (Sealed) %s ago", FuzzyTime(.@seal));
/* Heroic Data */
detachrid();