Removed question mark from optional triggered ability (wasn't necessary)

This commit is contained in:
North 2011-09-18 23:03:55 +03:00
parent 69ebe9aa24
commit ef8a5eb281

View file

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