This commit is contained in:
Zzooouhh 2017-11-05 20:49:39 +01:00 committed by GitHub
parent c6a80e1b6b
commit a52c98aa25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }