diff options
Diffstat (limited to 'npc/022-1/gift_collector.txt')
-rw-r--r-- | npc/022-1/gift_collector.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/022-1/gift_collector.txt b/npc/022-1/gift_collector.txt index e00b250ad..09dfb8c22 100644 --- a/npc/022-1/gift_collector.txt +++ b/npc/022-1/gift_collector.txt @@ -15,6 +15,7 @@ // Last year if (getq3(SQuest_XmasCollector) == gettime(GETTIME_YEAR)-1) goto L_Reward; + // Not on season if ($EVENT$ != "Christmas") goto L_OutOfSeason; // Start Event for the first time |