Added tracker for love chest

This commit is contained in:
LCastr0 2017-02-03 18:32:29 -02:00
parent 9669f626a1
commit adb3386899
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ public class TreasureHunterTrack extends Track
POINTS.put(TreasureType.TRICK_OR_TREAT, 25);
POINTS.put(TreasureType.THANKFUL, 25);
POINTS.put(TreasureType.GINGERBREAD, 25);
POINTS.put(TreasureType.LOVE_CHEST, 25);
POINTS.put(TreasureType.OMEGA, 50);
POINTS.put(TreasureType.MINESTRIKE, 3);
}