From 0167d08def9f6e31724fe23ce3390262c46cd902 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 May 2022 11:37:19 -0300 Subject: C'mon, defeating the Sealed Moubootaur is a great deed by all rights! --- npc/items/books.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/items') 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(); -- cgit v1.2.3-70-g09d2