mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Implemented Legion Warboss
This commit is contained in:
parent
6cfa5b6c45
commit
9ba023ce66
3 changed files with 123 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public class AttacksIfAbleSourceEffect extends RequirementEffect {
|
|||
super(duration);
|
||||
this.eachCombat = eachCombat;
|
||||
if (this.duration == Duration.EndOfTurn) {
|
||||
staticText = "{this} attacks " + (eachCombat ? "each combat" : "this turn") + " if able";
|
||||
staticText = "{this} attacks " + (eachCombat ? "each combat" : "this combat") + " if able";
|
||||
} else {
|
||||
staticText = "{this} attacks each " + (eachCombat ? "combat" : "turn") + " if able";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue