forked from MarseyWorld/MarseyWorld
cosmetic fix to !slots
parent
d43ee18a26
commit
30144c46a4
|
@ -206,7 +206,7 @@
|
||||||
<em style="position: relative; top: 2px; margin-left: 0.5rem">{{c.slots_result}}</em>
|
<em style="position: relative; top: 2px; margin-left: 0.5rem">{{c.slots_result}}</em>
|
||||||
{% elif c.casino_game_id %}
|
{% elif c.casino_game_id %}
|
||||||
{% set game_state = c.casino_game.game_state_json %}
|
{% set game_state = c.casino_game.game_state_json %}
|
||||||
<em style="position: relative; top: 2px; margin-left: 0.5rem">{{game_state['symbols'].replace(',','')}} {{game_state['text']}}</em>
|
<em style="position: relative; top: 2px; margin-left: 0.5rem">{{game_state['symbols'].replace(',','')}} {{game_state['text'].replace('procoins', 'marseybux')}}</em>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if c.blackjack_result %}
|
{% if c.blackjack_result %}
|
||||||
|
|
Loading…
Reference in New Issue