summaryrefslogtreecommitdiff
path: root/swiftstory/Player.py
diff options
context:
space:
mode:
Diffstat (limited to 'swiftstory/Player.py')
-rw-r--r--swiftstory/Player.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/swiftstory/Player.py b/swiftstory/Player.py
index 3380908..786569c 100644
--- a/swiftstory/Player.py
+++ b/swiftstory/Player.py
@@ -17,12 +17,6 @@ class Player:
def pop_card(self, card_id):
return self.cards.pop(card_id)
- def get_has_played(self):
- return self.has_played
-
- def set_has_played(self, has=True):
- self.has_played = has
-
async def inc_score(self):
self.score += 1
await self.send_notification({