Implementing LR#1: Shadowfax, Greatest of the Mearas is a continous discard

This commit is contained in:
Christian 'ketura' McCarty
2025-04-16 23:59:09 -05:00
parent 7f056d4d99
commit 187275eebf
2 changed files with 4 additions and 7 deletions

View File

@@ -608,8 +608,7 @@
type: Trigger
optional: false
trigger: {
type: played
filter: self
type: ConstantlyCheck
}
effect: {
type: discard

View File

@@ -96,14 +96,12 @@
{
type: Trigger
optional: false
optional: false
trigger: {
type: Played
filter: self
type: ConstantlyCheck
}
effect: {
type: Discard
select: all(attachedTo(bearer),or(possession,weapon),another)
type: discard
select: all(other,possession,attachedTo(bearer))
}
}
{