File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2760,12 +2760,16 @@ local magnet = {
27602760 atlas = " atlastwo" ,
27612761 calculate = function (self , card , context )
27622762 if context .forcetrigger then
2763- ease_dollars (lenient_bignum (to_big (card .ability .extra .money ) * (4 - (Card .get_gameset (card ) == " modest" and 1 or 0 ))))
2763+ ease_dollars (
2764+ lenient_bignum (to_big (card .ability .extra .money ) * (4 - (Card .get_gameset (card ) == " modest" and 1 or 0 )))
2765+ )
27642766 end
27652767 end ,
27662768 calc_dollar_bonus = function (self , card )
27672769 if to_big (# G .jokers .cards ) <= to_big (card .ability .extra .slots ) then
2768- return lenient_bignum (to_big (card .ability .extra .money ) * (4 - (Card .get_gameset (card ) == " modest" and 1 or 0 )))
2770+ return lenient_bignum (
2771+ to_big (card .ability .extra .money ) * (4 - (Card .get_gameset (card ) == " modest" and 1 or 0 ))
2772+ )
27692773 else
27702774 return lenient_bignum (card .ability .extra .money )
27712775 end
You can’t perform that action at this time.
0 commit comments