mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Merge branch 'fixes' into 'master'
Fixes See merge request core-developers/forge!4433
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user