Add Gingerbread Chest to list of holiday chests

This commit is contained in:
samczsun 2016-12-15 14:57:12 -05:00 committed by cnr
parent 6ed6c324ec
commit de3eef462a
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public class HolidayCheerTrack extends Track
HOLIDAY_CHESTS.add(TreasureType.HAUNTED);
HOLIDAY_CHESTS.add(TreasureType.THANKFUL);
HOLIDAY_CHESTS.add(TreasureType.TRICK_OR_TREAT);
HOLIDAY_CHESTS.add(TreasureType.GINGERBREAD);
HOLIDAY_SETS.add(SetFreedom.class);
HOLIDAY_SETS.add(SetCupidsLove.class);