From 6c66322a416b2013dae8514060deeef3de2d8c70 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 1 Jan 2019 12:48:10 -0200 Subject: Last time fixes --- npc/019-4-1/chief.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/019-4-1') 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))), -- cgit v1.2.3-60-g2f50