forked from External/mage
* Some rework of filter hanmdling.
This commit is contained in:
parent
1583c3af08
commit
59b9449fb9
9 changed files with 40 additions and 39 deletions
|
|
@ -71,6 +71,7 @@ public class DoIfCostPaid extends OneShotEffect {
|
|||
}
|
||||
message = getCostText() + " and " + effectText + '?';
|
||||
message = Character.toUpperCase(message.charAt(0)) + message.substring(1);
|
||||
CardUtil.replaceSourceName(message, mageObject.getName());
|
||||
} else {
|
||||
message = chooseUseText;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue