File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -377,10 +377,13 @@ function Game:update(dt)
377377 if G .blind_select_opts then
378378 if (SMODS .Mods [" StrangeLib" ] or {}).can_load then
379379 StrangeLib .dynablind .blind_choice_scores [c ] = get_blind_amount (G .GAME .round_resets .blind_ante )
380- * G .GAME .starting_params .ante_scaling * G .GAME .CRY_BLINDS [c ]
381- StrangeLib .dynablind .blind_choice_score_texts [c ] = number_format (StrangeLib .dynablind .blind_choice_scores [c ])
380+ * G .GAME .starting_params .ante_scaling
381+ * G .GAME .CRY_BLINDS [c ]
382+ StrangeLib .dynablind .blind_choice_score_texts [c ] =
383+ number_format (StrangeLib .dynablind .blind_choice_scores [c ])
382384 else
383- local blind_UI = G .blind_select_opts [string.lower (c )].definition .nodes [1 ].nodes [1 ].nodes [1 ].nodes [1 ]
385+ local blind_UI =
386+ G .blind_select_opts [string.lower (c )].definition .nodes [1 ].nodes [1 ].nodes [1 ].nodes [1 ]
384387 local chip_text_node = blind_UI .nodes [1 ].nodes [3 ].nodes [1 ].nodes [2 ].nodes [2 ].nodes [3 ]
385388 if chip_text_node then
386389 chip_text_node .config .text = number_format (
You can’t perform that action at this time.
0 commit comments