mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed canBeTargetedBy
This commit is contained in:
@@ -5966,7 +5966,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (result.isFalse()) {
|
if (!result.isFalse()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (sa.isSpell() && source.hasStartOfKeyword("SpellCantTarget")) {
|
if (sa.isSpell() && source.hasStartOfKeyword("SpellCantTarget")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user