diff --git a/Mage.Sets/src/mage/cards/b/BanditsTalent.java b/Mage.Sets/src/mage/cards/b/BanditsTalent.java index 49d95f90602..f9e840fbc0c 100644 --- a/Mage.Sets/src/mage/cards/b/BanditsTalent.java +++ b/Mage.Sets/src/mage/cards/b/BanditsTalent.java @@ -144,10 +144,9 @@ class BanditsTalentDiscardEffect extends OneShotEffect { } } - enum BanditsTalentValue implements DynamicValue { instance; - private static final Hint hint = new ValueHint("opponents who have one or fewer cards in hand", instance); + private static final Hint hint = new ValueHint("Opponents who have one or fewer cards in hand", instance); public static Hint getHint() { return hint;