mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Revert an accidental change in CardProperty.
This commit is contained in:
@@ -1728,10 +1728,10 @@ public class CardProperty {
|
|||||||
if (!castSA.isValid(v, sourceController, source, spellAbility)) {
|
if (!castSA.isValid(v, sourceController, source, spellAbility)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
} else if (property.equals("wasCast")) {
|
||||||
if (null == card.getCastFrom()) {
|
if (null == card.getCastFrom()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (property.equals("wasCast")) {
|
|
||||||
} else if (property.equals("wasNotCast")) {
|
} else if (property.equals("wasNotCast")) {
|
||||||
if (null != card.getCastFrom()) {
|
if (null != card.getCastFrom()) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user