mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Removed question mark from optional triggered ability (wasn't necessary)
This commit is contained in:
parent
69ebe9aa24
commit
ef8a5eb281
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ public abstract class TriggeredAbilityImpl<T extends TriggeredAbilityImpl<T>> ex
|
||||||
else {
|
else {
|
||||||
sb.append("Use the following ability? ").append(this.getRule());
|
sb.append("Use the following ability? ").append(this.getRule());
|
||||||
}
|
}
|
||||||
sb.append("?");
|
|
||||||
if (!player.chooseUse(getEffects().get(0).getOutcome(), sb.toString(), game)) {
|
if (!player.chooseUse(getEffects().get(0).getOutcome(), sb.toString(), game)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue