Latest updates
This commit is contained in:
@@ -50,6 +50,21 @@
|
||||
<i class="fas fa-bolt"></i>
|
||||
{{localize "HAMALRON.TarotDeck.DrawTension"}}
|
||||
</button>
|
||||
|
||||
<button type="button" class="action-button draw-three-trumps-button" data-action="drawThreeTrumps" {{#unless hasCards}}disabled{{/unless}}>
|
||||
<i class="fas fa-crown"></i>
|
||||
{{localize "HAMALRON.TarotDeck.DrawThreeTrumps"}}
|
||||
</button>
|
||||
|
||||
<button type="button" class="action-button draw-eight-numbered-button" data-action="drawEightNumbered" {{#unless hasCards}}disabled{{/unless}}>
|
||||
<i class="fas fa-hashtag"></i>
|
||||
{{localize "HAMALRON.TarotDeck.DrawEightNumbered"}}
|
||||
</button>
|
||||
|
||||
<button type="button" class="action-button draw-one-trump-button" data-action="drawOneTrump" {{#unless hasCards}}disabled{{/unless}}>
|
||||
<i class="fas fa-star"></i>
|
||||
{{localize "HAMALRON.TarotDeck.DrawOneTrump"}}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{{#unless hasCards}}
|
||||
|
||||
Reference in New Issue
Block a user