mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix Bandit's Talent hint text
This commit is contained in:
parent
d29a244ebd
commit
090f181e3e
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue