mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
[40K] Implemented The War in Heaven
This commit is contained in:
parent
c742b17bbc
commit
6857641428
4 changed files with 151 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class AddCounterTargetReplacementEffect extends ReplacementEffectImpl {
|
|||
|
||||
@Override
|
||||
public boolean applies(GameEvent event, Ability source, Game game) {
|
||||
return event.getTargetId().equals(getTargetPointer().getFirst(game, source));
|
||||
return getTargetPointer().getTargets(game, source).contains(event.getTargetId());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -125,6 +125,7 @@ public enum CounterType {
|
|||
MIRE("mire"),
|
||||
MUSIC("music"),
|
||||
MUSTER("muster"),
|
||||
NECRODERMIS("necrodermis"),
|
||||
NET("net"),
|
||||
NIGHT("night"),
|
||||
OMEN("omen"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue