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.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index c9489de52..eb0ee3dcf 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -720,11 +720,15 @@ function script clientupdater {
if (UPDATE < 1581146147) {
UPDATE=1581146147;
// Lt. Paul new rewards
- .@fc=getq(HurnscaldQuest_Lieutenant);
- // I doubt there's someone 15+. Default is <10
+ .@fc=getq(HurnscaldQuest_Lieutenant)+1;
+ // Default is < 10 (ie. not on extension)
// This is a huge implicit fallthrough,
// Making you inheir all previous rewards
switch (.@fc) {
+ case 16:
+ getitem ElixirOfLife, 1;
+ getitem PrismGift, 1;
+ getitem MylarinDust, 1;
case 15:
getitem YerbaMate, 1;
getitem PrismGift, 1;