mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[MH2] Implemented Dragon's Rage Channeler
This commit is contained in:
parent
dd0a19679c
commit
55a3b03c5e
4 changed files with 72 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ public class AttacksIfAbleSourceEffect extends RequirementEffect {
|
|||
boolean eachCombat;
|
||||
|
||||
public AttacksIfAbleSourceEffect(Duration duration) {
|
||||
this(duration, false);
|
||||
this(duration, true);
|
||||
}
|
||||
|
||||
public AttacksIfAbleSourceEffect(Duration duration, boolean eachCombat) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue