Skip to content

Commit 7f253ce

Browse files
committed
Merge branch 'balance-things' of https://github.com/SpectralPack/Cryptid into balance-things
2 parents 84761d1 + 2ab9322 commit 7f253ce

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

items/spectral.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

localization/en-us.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)