mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user