forked from External/mage
[KHM] various text fixes
This commit is contained in:
parent
7c68284173
commit
d5822a7246
46 changed files with 97 additions and 57 deletions
|
|
@ -88,6 +88,7 @@ public class DoWhenCostPaid extends OneShotEffect {
|
|||
&& !costText.toLowerCase(Locale.ENGLISH).startsWith("sacrifice")
|
||||
&& !costText.toLowerCase(Locale.ENGLISH).startsWith("remove")
|
||||
&& !costText.toLowerCase(Locale.ENGLISH).startsWith("tap")
|
||||
&& !costText.toLowerCase(Locale.ENGLISH).startsWith("reveal")
|
||||
&& !costText.toLowerCase(Locale.ENGLISH).startsWith("pay")) {
|
||||
sb.append("pay ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue