mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
[ZNR] fixed Sizzling Barrage not targeting correctly (#7046)
This commit is contained in:
parent
eb094d9c9d
commit
290ae4ef00
1 changed files with 2 additions and 1 deletions
|
@ -70,8 +70,9 @@ class SizzlingBarrageWatcher extends Watcher {
|
|||
@Override
|
||||
public void watch(GameEvent event, Game game) {
|
||||
if (event.getType() != GameEvent.EventType.BLOCKER_DECLARED) {
|
||||
blockers.add(new MageObjectReference(event.getSourceId(), game));
|
||||
return;
|
||||
}
|
||||
blockers.add(new MageObjectReference(event.getSourceId(), game));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue