Merge branch 'fixes' into 'master'

Fixes

See merge request core-developers/forge!4433
This commit is contained in:
Michael Kamensky
2021-04-09 07:10:27 +00:00
12 changed files with 34 additions and 22 deletions

View File

@@ -3393,7 +3393,7 @@ public class CardFactoryUtil {
String costDesc = cost.toSimpleString();
String strTrig = "Mode$ BecomesTarget | ValidSource$ Card.OppCtrl | ValidTarget$ Card.Self "
+ " | Secondary$ True | TriggerDescription$ Ward " + costDesc + " ("
+ " | Secondary$ True | TriggerZones$ Battlefield | TriggerDescription$ Ward " + costDesc + " ("
+ inst.getReminderText() + ")";
String effect = "DB$ Counter | Defined$ TriggeredSourceSA | UnlessCost$ " + k[1]
+ " | UnlessPayer$ TriggeredSourceSAController";