forked from External/mage
[CMD] Fixed Ruhan of the Fomori and cards with similar effects. Closes #9096
This commit is contained in:
parent
e214c87f4b
commit
e67f6df0d6
2 changed files with 12 additions and 11 deletions
|
|
@ -11,7 +11,7 @@ import java.util.UUID;
|
|||
public class AttacksIfAbleTargetPlayerSourceEffect extends RequirementEffect {
|
||||
|
||||
public AttacksIfAbleTargetPlayerSourceEffect() {
|
||||
super(Duration.EndOfTurn);
|
||||
super(Duration.EndOfCombat);
|
||||
staticText = "{this} attacks that player this combat if able";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue