mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38: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;
|
return false;
|
||||||
}
|
}
|
||||||
} else {
|
} 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;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user