mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fix Muraganda Petroglyphs vs. Saga with no abilities (#8551)
--------- Co-authored-by: TRT <> Co-authored-by: tool4EvEr <tool4EvEr@>
This commit is contained in:
@@ -3561,7 +3561,8 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars, ITr
|
|||||||
if (!getStaticAbilities().isEmpty()) {
|
if (!getStaticAbilities().isEmpty()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!getReplacementEffects().isEmpty()) {
|
if (!getReplacementEffects().isEmpty()
|
||||||
|
&& (getReplacementEffects().size() > 1 || !isSaga() || hasKeyword(Keyword.READ_AHEAD))) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!getTriggers().isEmpty()) {
|
if (!getTriggers().isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user