summaryrefslogtreecommitdiff
path: root/npc/022-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/022-1')
-rw-r--r--npc/022-1/gift_collector.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/022-1/gift_collector.txt b/npc/022-1/gift_collector.txt
index 67ce439cd..a2fc28b69 100644
--- a/npc/022-1/gift_collector.txt
+++ b/npc/022-1/gift_collector.txt
@@ -43,7 +43,7 @@ L_OutOfSeason:
L_Reward:
inventoryplace XmasGift, 10;
.@q=getq2(SQuest_XmasCollector);
- .@q=max(0, .@q-BaseLevel);
+ .@q=max(1, .@q-BaseLevel);
.@gifts=min(10, log2(.@q/200))+1;
mesn;
mesq l("Hey, huge THANKS for the help! I love gifts! Here's your due reward!");
@@ -75,6 +75,8 @@ L_Main:
getexp .@qnt*.@price, .@qnt;
setq2 SQuest_XmasCollector, .@q;
mesn;
+ mesc l("You just delivered %d %s to %s.",
+ .@qnt, getitemlink(PresentBox), .name$);
mesq l("Many, many thanks! Thus far, you delivered me @@ gift boxes!", .@q);
next;
}