diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 2a48a7b09..cda18651d 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -108,6 +108,8 @@ function script GlobalEventMenu { // Delete all Christmas stuff DelItemFromEveryPlayer(ClosedChristmasBox); DelItemFromEveryPlayer(OpenedChristmasBox); + $XMAS_MONEY=0; // Golbarez + $XMAS_GIFTS=0; // Chief } |