- CheckStyle.

This commit is contained in:
Chris
2012-02-07 14:26:56 +00:00
parent 08c9e4f0db
commit ab8dcace73

View File

@@ -618,7 +618,7 @@ public abstract class Player extends GameEntity {
if (source.hasKeyword("Prevent all damage that would be dealt by CARDNAME.")) {
return 0;
}
// Prevent Damage static abilities
final CardList allp = AllZoneUtil.getCardsIn(Zone.Battlefield);
for (final Card ca : allp) {