File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -1257,11 +1257,16 @@ local blurred = {
12571257 )
12581258 then
12591259 local extra_retrigger = pseudorandom (" cry_blurred" )
1260- <= G .GAME .probabilities .normal / (card and card .edition and card .edition .retrigger_chance or self .config .retrigger_chance )
1260+ <= G .GAME .probabilities .normal
1261+ / (card and card .edition and card .edition .retrigger_chance or self .config .retrigger_chance )
12611262 return {
12621263 message = localize (" cry_again_q" ),
1263- repetitions = (card and card .edition and card .edition .retriggers or self .config .retriggers ) +
1264- (extra_retrigger and card and card .edition and card .edition .extra_retriggers or self .config .extra_retriggers or 0 ),
1264+ repetitions = (card and card .edition and card .edition .retriggers or self .config .retriggers )
1265+ + (
1266+ extra_retrigger and card and card .edition and card .edition .extra_retriggers
1267+ or self .config .extra_retriggers
1268+ or 0
1269+ ),
12651270 card = card ,
12661271 }
12671272 end
You can’t perform that action at this time.
0 commit comments