events emoji
This commit is contained in:
parent
c0776e576c
commit
f4aee7ad60
@ -25,7 +25,7 @@ class DeadMan(CardEvent):
|
||||
|
||||
class FratelliDiSangue(CardEvent):
|
||||
def __init__(self):
|
||||
super().__init__('Fratelli Di Sangue', '🩸')
|
||||
super().__init__('Fratelli Di Sangue', '💉')
|
||||
self.desc = 'All\'inizio del proprio turno i giocatori possono perdere 1 vita per darla a un altro giocatore'
|
||||
self.desc_eng = ''
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB |
@ -93,6 +93,10 @@ export default {
|
||||
font-size:26pt;
|
||||
top: 35%;
|
||||
}
|
||||
.fistful-of-cards .emoji, .high-noon .emoji{
|
||||
top:auto !important;
|
||||
bottom:15% !important;
|
||||
}
|
||||
.card .suit {
|
||||
position: absolute;
|
||||
bottom: 3pt;
|
||||
|
Loading…
Reference in New Issue
Block a user