summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 0272aa752..6db0badd6 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -845,6 +845,12 @@ function script clientupdater {
dispbottom col(l("Mass Provoke replaced with Area Provoke."), 1);
}
+ // Eisten Update
+ if (getq(TulimsharQuest_Eistein) > 3) {
+ getitem GraduationAlbum, 1;
+ dispbottom l("You've got a Graduation Album for Eistein levels!");
+ }
+
}
// :// End of Regular Update System