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.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 8af816048..db451a86b 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1189,6 +1189,16 @@ function script clientupdater {
rentitem(any(PepperoniPizza, Sushi, SteakAndEggs, FruitSalad), 86400);
}
}
+ // Poppet Rebirth System Extension
+ // sáb 20 abr 2024 00:14:32 -03
+ if (UPDATE < 1713582872) {
+ UPDATE=1713582872;
+ if (REBIRTH >= 4) {
+ sk_lvup(TMW2_DROPS);
+ getitembound SupremeGift, 2, 4;
+ dispbottom l("You acquired the additional gifts and %s upgrades from the 4th rebirth.", getskillname(TMW2_DROPS));
+ }
+ }
// TODO: Anniversary (leap years disregarded)
// :// End of Regular Update System