Fix always being bold
This commit is contained in:
parent
c181c4f70b
commit
f4b9d4718b
@ -54,8 +54,9 @@ func update_cardview(new_card = null):
|
|||||||
i.set_extra_info(extra_text)
|
i.set_extra_info(extra_text)
|
||||||
|
|
||||||
# set bold dice if addition dice
|
# set bold dice if addition dice
|
||||||
for i in input_dice_views:
|
if card.card_info.addition_dice == true:
|
||||||
i.bold = true
|
for i in input_dice_views:
|
||||||
|
i.bold = true
|
||||||
|
|
||||||
|
|
||||||
# add an input_dice_view to the array (for easy management)
|
# add an input_dice_view to the array (for easy management)
|
||||||
|
Loading…
Reference in New Issue
Block a user