Fixed Gnawing, Biting, Hacking, Burning permitting selection of the 2 cards discarded as a cost during its action.

This commit is contained in:
Christian 'ketura' McCarty
2025-04-23 21:56:29 -05:00
parent 7059466588
commit a8910811ed

View File

@@ -363,6 +363,7 @@
type: discardStackedCards
on: self
count: 2
memorize: discardedCards
}
{
type: removeTwilight
@@ -372,7 +373,7 @@
effect: {
type: playCardFromDiscard
removedTwilight: 1
select: choose(culture(isengard),orc)
select: choose(culture(isengard),orc,not(memory(discardedCards)))
}
}
]