[EMN] Added the missing white cards (without meld).

This commit is contained in:
LevelX2 2016-07-09 18:16:56 +02:00
parent 29b3a2398d
commit 7c0b11c641
61 changed files with 2195 additions and 117 deletions

View file

@ -2368,7 +2368,7 @@ public abstract class GameImpl implements Game, Serializable {
}
if (!game.isSimulation()) {
StringBuilder message = new StringBuilder(preventionSource.getLogName()).append(": Prevented ");
message.append(Integer.toString(result.getPreventedDamage())).append(" damage from ").append(damageSource.getName());
message.append(Integer.toString(result.getPreventedDamage())).append(" damage from ").append(damageSource.getLogName());
if (!targetName.isEmpty()) {
message.append(" to ").append(targetName);
}