summaryrefslogtreecommitdiff
path: root/swiftstory/game.py
diff options
context:
space:
mode:
Diffstat (limited to 'swiftstory/game.py')
-rw-r--r--swiftstory/game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftstory/game.py b/swiftstory/game.py
index 20ac726..f48633b 100644
--- a/swiftstory/game.py
+++ b/swiftstory/game.py
@@ -160,7 +160,7 @@ class Game:
'op': 'received_card',
'content': {
'card': {
- 'id': p.cards[idx][0],
+ 'id': idx,
'desc': p.cards[idx][1],
},
},