mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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)) {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user