summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index db451a86b..d40ee1a4b 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1199,6 +1199,13 @@ function script clientupdater {
dispbottom l("You acquired the additional gifts and %s upgrades from the 4th rebirth.", getskillname(TMW2_DROPS));
}
}
+ // Peter Difficulty Reduction
+ // sáb 18 mai 2024 21:24:45 -03
+ if (UPDATE < 1716078285) {
+ UPDATE=1716078285;
+ if (PETER_REPEAT >= 50 && PETER_REPEAT < 100)
+ getitem Cap, 1;
+ }
// TODO: Anniversary (leap years disregarded)
// :// End of Regular Update System