Fix Muraganda Petroglyphs vs. Saga with no abilities (#8551)

---------

Co-authored-by: TRT <>
Co-authored-by: tool4EvEr <tool4EvEr@>
This commit is contained in:
tool4ever
2025-08-27 06:51:15 +02:00
committed by GitHub
parent 86838d94f7
commit 0fa7df090e

View File

@@ -3561,7 +3561,8 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars, ITr
if (!getStaticAbilities().isEmpty()) {
return false;
}
if (!getReplacementEffects().isEmpty()) {
if (!getReplacementEffects().isEmpty()
&& (getReplacementEffects().size() > 1 || !isSaga() || hasKeyword(Keyword.READ_AHEAD))) {
return false;
}
if (!getTriggers().isEmpty()) {