diff options
-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"); |