summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/019-4-1/chief.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt
index 58136e529..fdaa60858 100644
--- a/npc/019-4-1/chief.txt
+++ b/npc/019-4-1/chief.txt
@@ -46,7 +46,7 @@
if (gettime(GETTIME_MONTH) != JANUARY && getq(SQuest_Christmas) < gettime(GETTIME_YEAR))
setq SQuest_Christmas, gettime(GETTIME_YEAR), 0, 0;
if (gettime(GETTIME_MONTH) == JANUARY && getq(SQuest_Christmas) != gettime(GETTIME_YEAR)-1)
- setq SQuest_Christmas, gettime(GETTIME_YEAR), 0, 0;
+ setq SQuest_Christmas, gettime(GETTIME_YEAR)-1, 0, 0;
// Christmas still running
if ($EVENT$ == "Christmas")
goto L_Main;
@@ -199,6 +199,7 @@ L_Main:
L_Loop:
mesn;
mesq l("Well, if you want to donate @@, you'll be ranked. There's gift for everyone, and rewards for top 5 donors.", getitemlink(ClosedChristmasBox));
+ mesc l("Thus far, you've donated @@ boxes.", .@q);
mes "";
select
rif(countitem(ClosedChristmasBox), l("Return @@ boxes", countitem(ClosedChristmasBox))),