mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Formatting Bartel Runeaxe
Cleanup text formatting in code file.
This commit is contained in:
parent
688c25f34b
commit
2f3a7c56d5
1 changed files with 3 additions and 4 deletions
|
@ -112,12 +112,11 @@ class BartelRuneaxeEffect extends ContinuousRuleModifiyingEffectImpl {
|
|||
Card targetCard = game.getCard(event.getTargetId());
|
||||
StackObject stackObject = (StackObject) game.getStack().getStackObject(event.getSourceId());
|
||||
if (targetCard != null && stackObject != null && targetCard.getId().equals(source.getSourceId())) {
|
||||
if (stackObject.getSubtype().contains("Aura"))
|
||||
{
|
||||
return true;
|
||||
if (stackObject.getSubtype().contains("Aura")) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue