Added tracker for love chest
This commit is contained in:
parent
9669f626a1
commit
adb3386899
@ -26,6 +26,7 @@ public class TreasureHunterTrack extends Track
|
|||||||
POINTS.put(TreasureType.TRICK_OR_TREAT, 25);
|
POINTS.put(TreasureType.TRICK_OR_TREAT, 25);
|
||||||
POINTS.put(TreasureType.THANKFUL, 25);
|
POINTS.put(TreasureType.THANKFUL, 25);
|
||||||
POINTS.put(TreasureType.GINGERBREAD, 25);
|
POINTS.put(TreasureType.GINGERBREAD, 25);
|
||||||
|
POINTS.put(TreasureType.LOVE_CHEST, 25);
|
||||||
POINTS.put(TreasureType.OMEGA, 50);
|
POINTS.put(TreasureType.OMEGA, 50);
|
||||||
POINTS.put(TreasureType.MINESTRIKE, 3);
|
POINTS.put(TreasureType.MINESTRIKE, 3);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user