[OTJ] Implement Bandit's Haul

This commit is contained in:
theelk801 2024-03-29 23:05:51 -04:00
parent 8fbc7c9507
commit 98881c4dc7
3 changed files with 54 additions and 0 deletions

View file

@ -123,6 +123,7 @@ public enum CounterType {
LANDMARK("landmark"),
LEVEL("level"),
LIFELINK("lifelink"),
LOOT("loot"),
LORE("lore"),
LUCK("luck"),
LOYALTY("loyalty"),