mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Merge branch 'assorted-fixes' into 'master'
- Fix the implementation of Exalted. See merge request core-developers/forge!483
This commit is contained in:
@@ -2325,7 +2325,7 @@ public class CardFactoryUtil {
|
|||||||
inst.addTrigger(trigger);
|
inst.addTrigger(trigger);
|
||||||
} else if (keyword.equals("Exalted")) {
|
} else if (keyword.equals("Exalted")) {
|
||||||
final String trig = "Mode$ Attacks | ValidCard$ Creature.YouCtrl | Alone$ True | "
|
final String trig = "Mode$ Attacks | ValidCard$ Creature.YouCtrl | Alone$ True | "
|
||||||
+ "Execute$ ExaltedPump | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ "
|
+ "TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ "
|
||||||
+ "Exalted (" + inst.getReminderText() + ")";
|
+ "Exalted (" + inst.getReminderText() + ")";
|
||||||
|
|
||||||
final String effect = "DB$ Pump | Defined$ TriggeredAttacker | NumAtt$ +1 | NumDef$ +1";
|
final String effect = "DB$ Pump | Defined$ TriggeredAttacker | NumAtt$ +1 | NumDef$ +1";
|
||||||
|
|||||||
Reference in New Issue
Block a user