Fixed Din of Arms executing the second part of its game text if the top card could not be discard (due to e.g. Courteous Halfing).

This commit is contained in:
Christian 'ketura' McCarty
2025-03-21 21:39:03 -05:00
parent f6b668c8b8
commit 3cb492657f

View File

@@ -275,14 +275,20 @@
}
{
type: If
check: {
type: IsLessThan
firstNumber: {
type: TwilightCostInMemory
check: [
{
type: HasInMemory
memory: discardedCard
}
secondNumber: memory(spotCount)
}
{
type: IsLessThan
firstNumber: {
type: TwilightCostInMemory
memory: discardedCard
}
secondNumber: memory(spotCount)
}
]
true: [
{
type: takeControlOfSite