Fix Bandit's Talent hint text

This commit is contained in:
PurpleCrowbar 2025-04-02 19:53:49 +01:00
parent d29a244ebd
commit 090f181e3e

View file

@ -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;