mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Text fix
This commit is contained in:
parent
0c6d3661ff
commit
5d1ef487bf
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ public class SacrificeSourceUnlessPaysEffect extends OneShotEffect {
|
|||
if (costText.toLowerCase().startsWith("discard")
|
||||
|| costText.toLowerCase().startsWith("remove")
|
||||
|| costText.toLowerCase().startsWith("return")
|
||||
|| costText.toLowerCase().startsWith("put")
|
||||
|| costText.toLowerCase().startsWith("exile")
|
||||
|| costText.toLowerCase().startsWith("sacrifice")) {
|
||||
sb.append(costText.substring(0, 1).toLowerCase());
|
||||
|
|
Loading…
Reference in a new issue