mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed last commit
This commit is contained in:
@@ -6395,10 +6395,6 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
if (!this.isEnchanted()) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.startsWith("enchanted")) {
|
||||
if (!this.isEnchanted()) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.startsWith("unenchanted")) {
|
||||
if (this.isEnchanted()) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user