diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-07-23 23:23:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-07-23 23:23:44 -0300 |
commit | 0b8589c62d0cf029d22368302263c3287ab5507f (patch) | |
tree | 61c3e4437a8e62d183ee2ba8da66df4099a3726b | |
parent | ffaa61cf86625bb6f6aa61b33b7dab9110a9448c (diff) | |
download | serverdata-0b8589c62d0cf029d22368302263c3287ab5507f.tar.gz serverdata-0b8589c62d0cf029d22368302263c3287ab5507f.tar.bz2 serverdata-0b8589c62d0cf029d22368302263c3287ab5507f.tar.xz serverdata-0b8589c62d0cf029d22368302263c3287ab5507f.zip |
Pursuant to our Retroactivity Policy, give the donuts to anyone who finished EP.
-rw-r--r-- | npc/functions/clientversion.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 238e56bb2..6550a7f2c 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1245,6 +1245,12 @@ function script clientupdater { // ter 23 jul 2024 19:50:00 -03 if (UPDATE < 1721775000) { UPDATE=1721775000; + + // Sparkly Mint Donut + if (getq(LoFQuest_EPISODE) >= 16) + getitem SparklyMintDonut, 3; + + // Hardcore Challenge Prize .@dg=1; showavatar NPC_LOF_RICH; mesn ("TMW2 Staff"); |