Allows 2 chests to be opened and dupes for minestrike chest

This commit is contained in:
LCastr0 2016-12-29 18:04:24 -02:00
parent c877f20031
commit 5f0de2e5e3

View File

@ -63,7 +63,7 @@ public class RewardPool
MYTHICAL(true),
THANKFUL(false),
GINGERBREAD(false, 1),
MINESTRIKE(false, 1),
MINESTRIKE(true, 2),
CARL_SPINNER(true);
private boolean _useDuplicates;