- Revert an accidental change in CardProperty.

This commit is contained in:
Agetian
2019-02-07 08:05:06 +03:00
parent 7111c3f3aa
commit 471fcaa938

View File

@@ -1728,10 +1728,10 @@ public class CardProperty {
if (!castSA.isValid(v, sourceController, source, spellAbility)) {
return false;
}
} else if (property.equals("wasCast")) {
if (null == card.getCastFrom()) {
return false;
}
} else if (property.equals("wasCast")) {
} else if (property.equals("wasNotCast")) {
if (null != card.getCastFrom()) {
return false;