Skip to content

Commit

Permalink
Unicode tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
user01 committed Apr 7, 2017
1 parent 702a238 commit f2bd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loveletter/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Card():
# 4 5 6 7 8
'Handmaid', 'Prince', 'King', 'Countess', 'Princess']
# 0 1 2 3 4 5 6 7 8
symbols = ['☁️', '⚔️', '🕌', '🎲', '🛡️', '⚜️', '👑', '🙍', '❤️']
symbols = ['☁️', '⚔️', '🕌', '🎲', '🛡️', '⚜️', '👑', '👸', '❤️']

descriptions = ['None', # None
'Guess a player\'s hand', # Guard
Expand Down

0 comments on commit f2bd2fa

Please sign in to comment.