File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -249,8 +249,8 @@ local hammerspace = {
249249 return {
250250 vars = {
251251 number_format (card .ability .extra ),
252- number_format (G .GAME .hammerspace_mod_price or 0 )
253- }
252+ number_format (G .GAME .hammerspace_mod_price or 0 ),
253+ },
254254 }
255255 end ,
256256 can_use = function (self , card )
@@ -474,8 +474,8 @@ local replica = {
474474 loc_vars = function (self , _ , card )
475475 return {
476476 vars = {
477- number_format (card .ability .extra )
478- }
477+ number_format (card .ability .extra ),
478+ },
479479 }
480480 end ,
481481 can_use = function (self , card )
Original file line number Diff line number Diff line change @@ -1528,7 +1528,7 @@ return {
15281528 " {C:green}#1# in #2#{} chance to create" ,
15291529 " a random card corresponding" ,
15301530 " to its {C:attention}type{}" ,
1531- " {C:inactive}(Must have room){}"
1531+ " {C:inactive}(Must have room){}" ,
15321532 },
15331533 },
15341534 j_cry_discreet = {
@@ -3427,7 +3427,7 @@ return {
34273427 " as if they were {C:dark_edition}Enhancements{}" ,
34283428 " to cards held in hand" ,
34293429 " Consumables cost {C:attention}$#1#{} more" ,
3430- " {C:inactive}(Currently {C:attention}$#2#{C:inactive} more){}"
3430+ " {C:inactive}(Currently {C:attention}$#2#{C:inactive} more){}" ,
34313431 },
34323432 },
34333433 c_cry_lock = {
@@ -3454,7 +3454,7 @@ return {
34543454 " held in hand" ,
34553455 " to a {C:attention}random{}" ,
34563456 " card held in hand" ,
3457- " {C:red}-#1#{} hand size"
3457+ " {C:red}-#1#{} hand size" ,
34583458 },
34593459 },
34603460 c_cry_ritual = {
You can’t perform that action at this time.
0 commit comments