mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
[VOW] Implemented Gutter Skulker / Gutter Shortcut
This commit is contained in:
parent
79592acfd9
commit
1f2fa8d8dc
4 changed files with 128 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ public enum SourceAttackingAloneCondition implements Condition {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
return game.getCombat().attacksAlone() && game.getCombat().getAttackers().get(0).equals(source.getSourceId());
|
||||
return game.getCombat().attacksAlone() && game.getCombat().getAttackers().contains(source.getSourceId());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue