mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Only creatures can be modified
This commit is contained in:
@@ -3491,6 +3491,9 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
||||
}
|
||||
|
||||
public final boolean isModified() {
|
||||
if (!isCreature()) {
|
||||
return false;
|
||||
}
|
||||
if (this.isEquipped() || this.hasCounters()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user