-
Notifications
You must be signed in to change notification settings - Fork 0
DISCARDCARD
stanislawbartkowski edited this page May 3, 2019
·
2 revisions
Discard one culture card because the hand is at capacity
executeCommand(token,"DISCARDCARD",-1,-1,<name of the card>)
executeCommand(token,"DISCARDCARD",-1,-1,"Defection")
- name of the card: the card to be discarded
Return list of cards available.
Example
[ "DutyandHonor", "BarbarianEncampment", "Defection" ]
The hand size is 2 and one of the three cards presented should be dropped.