Add files via upload

This commit is contained in:
Brad Stein 2017-12-27 02:16:45 -06:00 committed by GitHub
parent b90b70f118
commit a6754566ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,9 +79,9 @@ def get_card_info():
def get_starting_deck():
# return [["Copper", 7], ["Estate", 3]]
return [["Copper", 7], ["Estate", 3]]
# return [["Market", 2], ["Merchant", 2], ["Smithy", 2], ["Village", 2], ["Moat", 2]]
return [["Militia", 4], ["Cellar", 3], ["Moat", 3]]
# return [["Militia", 4], ["Cellar", 3], ["Moat", 3]]
main()