Fixed MasterOfTheWildHunt, now target controller gets custom message while selecting targets to response.

This commit is contained in:
magenoxx 2011-06-26 15:32:02 +04:00
parent d52ff8e221
commit 370d042858
8 changed files with 5 additions and 4 deletions

View file

@ -867,7 +867,7 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
}
@Override
public void assignDamage(int damage, List<UUID> targets, UUID sourceId, Game game) {
public void assignDamage(int damage, List<UUID> targets, String singleTargetName, UUID sourceId, Game game) {
logger.debug("assignDamage");
//TODO: improve this
game.getPermanent(targets.get(0)).damage(damage, sourceId, game, true, false);