File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1332,8 +1332,8 @@ local energia = {
13321332 key = card .ability .extra .tags == 1 and " a_tag" or " a_tags" ,
13331333 vars = { t },
13341334 })[1 ],
1335- colour = G .C .DARK_EDITION
1336- }
1335+ colour = G .C .DARK_EDITION ,
1336+ },
13371337 })
13381338 return { tags = math.max (t , 0 ) }
13391339 end
Original file line number Diff line number Diff line change @@ -1536,7 +1536,7 @@ local mprime = {
15361536 scaling_message = {
15371537 message = localize (" cry_m_ex" ),
15381538 colour = G .C .DARK_EDITION ,
1539- }
1539+ },
15401540 })
15411541 end
15421542 elseif
@@ -1753,7 +1753,7 @@ local megg = {
17531753 ref_value = " amount" ,
17541754 scalar_value = " amount_mod" ,
17551755 scaling_message = {
1756- message = localize (" cry_jolly_ex" )
1756+ message = localize (" cry_jolly_ex" ),
17571757 },
17581758 })
17591759 if to_big (card .ability .extra .amount ) > to_big (card .ability .immutable .max_amount ) then
Original file line number Diff line number Diff line change @@ -9147,7 +9147,7 @@ local cookie = {
91479147 scaling_message = {
91489148 message = " -" .. number_format (card .ability .extra .chip_mod ),
91499149 colour = G .C .CHIPS ,
9150- }
9150+ },
91519151 })
91529152 end
91539153 end
You can’t perform that action at this time.
0 commit comments