Fixing Greatest Kingdom requiring that its owner take a card

This commit is contained in:
Christian 'ketura' McCarty
2022-12-22 14:37:45 -06:00
parent 570a35b38f
commit 0957a6af4f

View File

@@ -317,6 +317,7 @@
effect: { effect: {
type: putCardsFromDiscardIntoHand type: putCardsFromDiscardIntoHand
filter: memory(chosenCard) filter: memory(chosenCard)
count: 0-1
} }
} }
] ]