Add files via upload

This commit is contained in:
Brad Stein 2018-01-05 04:04:38 -06:00 committed by GitHub
parent 535e74c493
commit 6c42fd3ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,4 @@ class Merchant(Card):
self._Card__owner.add_purchase_power(3)
def __get_Merchant_input(self, message):
return int(input("Player " + str(self._Card__owner.get_player_index()) + ", " + message))
return input("Player " + str(self._Card__owner.get_player_index()) + ", " + message)