mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18: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()) {
|
if (!this.isEnchanted()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (property.startsWith("enchanted")) {
|
|
||||||
if (!this.isEnchanted()) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
} else if (property.startsWith("unenchanted")) {
|
} else if (property.startsWith("unenchanted")) {
|
||||||
if (this.isEnchanted()) {
|
if (this.isEnchanted()) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user