mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
parent
1247cb204b
commit
4fabc4c70e
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class HollowMarauderEffect extends OneShotEffect {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
int count = 0;
|
||||
for (UUID targetId : getTargetPointer().getTargets(game, source)) {
|
||||
Player opponent = game.getPlayer(source.getControllerId());
|
||||
Player opponent = game.getPlayer(targetId);
|
||||
if (opponent == null) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue