summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items')
-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 156b59817..80ba9d77e 100644
--- a/npc/items/books.txt
+++ b/npc/items/books.txt
@@ -477,6 +477,7 @@ function myself {
.@hh = HEROESHOLD_WINNER;
.@reborn = REBIRTH_WINNER;
.@quirin = QUIRINO_WINNER;
+ .@gemini = GEMINI_WINNER;
.@ghq = GHQ_WINNER;
.@fort = FORT_1ST_VISIT;
detachrid();
@@ -486,6 +487,8 @@ function myself {
mesc l("Cleared the Yeti King Challenge %s ago", FuzzyTime(.@yeti));
if (.@hh)
mesc l("Cleared Heroes Hold %s ago", FuzzyTime(.@hh));
+ if (.@gemini)
+ mesc l("Cleared Gemini Sisters Quest %s ago", FuzzyTime(.@hh));
if (.@reborn)
mesc l("First reborn %s ago", FuzzyTime(.@reborn));
if (.@quirin)