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:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user