Update BlazingSalvo.java

This commit is contained in:
cbt33 2013-10-16 14:36:31 -04:00
parent 8ed1bff72c
commit e86f2433a1

View file

@ -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) {