mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Update BlazingSalvo.java
This commit is contained in:
parent
8ed1bff72c
commit
e86f2433a1
1 changed files with 17 additions and 17 deletions
|
@ -82,9 +82,9 @@ class BlazingSalvoEffect extends OneShotEffect<BlazingSalvoEffect> {
|
|||
return new BlazingSalvoEffect(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Permanent permanent = game.getPermanent(source.getFirstTarget());
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Permanent permanent = game.getPermanent(targetPointer.getFirst(game, source));
|
||||
if (permanent != null) {
|
||||
Player player = game.getPlayer(permanent.getControllerId());
|
||||
if (player != null) {
|
||||
|
|
Loading…
Reference in a new issue