- Fixed Isochron Scepter not imprinting Research // Development

This commit is contained in:
swordshine
2013-08-10 12:02:29 +00:00
parent fdac56a9a7
commit 610c2f98ce

View File

@@ -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;
}
}