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 71f680365..1c5048677 100644
--- a/npc/items/books.txt
+++ b/npc/items/books.txt
@@ -480,6 +480,7 @@ function myself {
.@quirin = QUIRINO_WINNER;
.@gemini = GEMINI_WINNER;
.@ghq = GHQ_WINNER;
+ .@doct = EPISODE_WINNER;
.@fort = FORT_1ST_VISIT;
.@seal = MOUBOOTAUR_WINNER;
detachrid();
@@ -497,6 +498,8 @@ function myself {
mesc l("Won Quirino Voraz Arena %s ago", FuzzyTime(.@quirin));
if (.@ghq)
mesc l("First Grand Hunter challenge cleared %s ago", FuzzyTime(.@ghq));
+ if (.@doct)
+ mesc l("Completed The Episode of Ozthokk %s ago", FuzzyTime(.@doct));
if (.@fort)
mesc l("First visit to Fortress Is. %s ago", FuzzyTime(.@fort));
if (.@seal)