mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
fixed Enhanced Surveillance affecting all players rather than just controller
This commit is contained in:
parent
4e5bdb5cff
commit
56c1b17dd7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class EnhancedSurveillanceReplacementEffect extends ReplacementEffectImpl {
|
|||
|
||||
@Override
|
||||
public boolean applies(GameEvent event, Ability source, Game game) {
|
||||
return true;
|
||||
return event.getPlayerId().equals(source.getControllerId());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue