mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Cleanup - Missing break from loop with no further consequences
This commit is contained in:
@@ -283,6 +283,7 @@ public final class CardRules implements ICardCharacteristics {
|
||||
for (String staticAbility : mainPart.getStaticAbilities()) { // Check for Grist
|
||||
if (staticAbility.contains("CharacteristicDefining$ True") && staticAbility.contains("AddType$ Creature")) {
|
||||
creature = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (type.isLegendary() && creature) {
|
||||
|
||||
Reference in New Issue
Block a user