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 = {
@@ -3424,7 +3424,7 @@ return {
34243424 " as if they were {C:dark_edition}Enhancements{}" ,
34253425 " to cards held in hand" ,
34263426 " Consumables cost {C:attention}$#1#{} more" ,
3427- " {C:inactive}(Currently {C:attention}$#2#{C:inactive} more){}"
3427+ " {C:inactive}(Currently {C:attention}$#2#{C:inactive} more){}" ,
34283428 },
34293429 },
34303430 c_cry_lock = {
@@ -3451,7 +3451,7 @@ return {
34513451 " held in hand" ,
34523452 " to a {C:attention}random{}" ,
34533453 " card held in hand" ,
3454- " {C:red}-#1#{} hand size"
3454+ " {C:red}-#1#{} hand size" ,
34553455 },
34563456 },
34573457 c_cry_ritual = {
You can’t perform that action at this time.
0 commit comments