Fixed TGAT prompting the user if they didn't have 2 cards of the right culture in hand to discard

This commit is contained in:
Christian 'ketura' McCarty
2023-12-27 21:46:16 -06:00
parent 7a36357ff2
commit 6756e5a1e7

View File

@@ -62,6 +62,14 @@
memory: bearer
}
{
type: Conditional
requires: {
type: HasCardInHand
player: freeps
count: 2
filter: CultureFromMemory(bearer)
}
effect: {
type: Optional
player: freeps
text: Would you like to discard 2 cards from hand matching {bearer}'s culture to discard Too Great and Terrible?
@@ -81,6 +89,8 @@
}
}
}
}
]
}
]