File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed
Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -1043,13 +1043,10 @@ local noisy = {
10431043 return true
10441044 end ,
10451045 }))
1046- update_hand_text (
1047- { delay = 0 },
1048- {
1049- chips = (to_big (amount ) > to_big (0 ) and " +" or " -" ) .. number_format (math.abs (modc )),
1050- StatusText = true ,
1051- }
1052- )
1046+ update_hand_text ({ delay = 0 }, {
1047+ chips = (to_big (amount ) > to_big (0 ) and " +" or " -" ) .. number_format (math.abs (modc )),
1048+ StatusText = true ,
1049+ })
10531050 update_hand_text ({ delay = 1.3 }, { chips = G .GAME .hands [hand ].chips })
10541051 for i = 1 , math.random (2 , 4 ) do
10551052 update_hand_text (
@@ -1066,13 +1063,10 @@ local noisy = {
10661063 return true
10671064 end ,
10681065 }))
1069- update_hand_text (
1070- { delay = 0 },
1071- {
1072- mult = (to_big (amount ) > to_big (0 ) and " +" or " -" ) .. number_format (math.abs (modm )),
1073- StatusText = true ,
1074- }
1075- )
1066+ update_hand_text ({ delay = 0 }, {
1067+ mult = (to_big (amount ) > to_big (0 ) and " +" or " -" ) .. number_format (math.abs (modm )),
1068+ StatusText = true ,
1069+ })
10761070 update_hand_text ({ delay = 1.3 }, { mult = G .GAME .hands [hand ].mult })
10771071 elseif hand == G .handlist [# G .handlist ] then
10781072 G .E_MANAGER :add_event (Event ({
You can’t perform that action at this time.
0 commit comments