mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Typo fix
This commit is contained in:
parent
c6a80e1b6b
commit
a52c98aa25
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class GoadTargetEffect extends OneShotEffect {
|
||||||
effect = new CantAttackYouEffect(Duration.UntilYourNextTurn);
|
effect = new CantAttackYouEffect(Duration.UntilYourNextTurn);
|
||||||
effect.setTargetPointer(new FixedTarget(getTargetPointer().getFirst(game, source)));
|
effect.setTargetPointer(new FixedTarget(getTargetPointer().getFirst(game, source)));
|
||||||
game.addEffect(effect, source);
|
game.addEffect(effect, source);
|
||||||
game.informPlayers(controller.getLogName() + " is goating " + targetCreature.getLogName());
|
game.informPlayers(controller.getLogName() + " is goading " + targetCreature.getLogName());
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue