summaryrefslogtreecommitdiff
path: root/npc/019-4-1/chief.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-01 12:48:10 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-01 12:48:10 -0200
commit6c66322a416b2013dae8514060deeef3de2d8c70 (patch)
tree7fae9236e12a02d7ebc21a087df376fb78206cdc /npc/019-4-1/chief.txt
parent3845c0c7ee1a04058d876b12b28354725e26a2ef (diff)
downloadserverdata-6c66322a416b2013dae8514060deeef3de2d8c70.tar.gz
serverdata-6c66322a416b2013dae8514060deeef3de2d8c70.tar.bz2
serverdata-6c66322a416b2013dae8514060deeef3de2d8c70.tar.xz
serverdata-6c66322a416b2013dae8514060deeef3de2d8c70.zip
Last time fixes
Diffstat (limited to 'npc/019-4-1/chief.txt')
-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))),