mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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()) {
|
||||
return false;
|
||||
}
|
||||
if (!getReplacementEffects().isEmpty()) {
|
||||
if (!getReplacementEffects().isEmpty()
|
||||
&& (getReplacementEffects().size() > 1 || !isSaga() || hasKeyword(Keyword.READ_AHEAD))) {
|
||||
return false;
|
||||
}
|
||||
if (!getTriggers().isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user