mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed Isochron Scepter not imprinting Research // Development
This commit is contained in:
@@ -6398,7 +6398,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
if (!Expressions.compare(y, property, x) || !Expressions.compare(y2, property, x)) {
|
||||
if (!Expressions.compare(y, property, x) && !Expressions.compare(y2, property, x)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user