mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixing Ash Zealot grabbing the wrong property
This commit is contained in:
@@ -5132,7 +5132,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
if (!hasCounters()) {
|
if (!hasCounters()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (property.startsWith("wasCast")) {
|
} else if (property.equals("wasCast")) {
|
||||||
if (null == getCastFrom()) {
|
if (null == getCastFrom()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user