Skip to content

Commit 081c616

Browse files
committed
localization fixes
1 parent f3a8d75 commit 081c616

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

items/misc_joker.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ local waluigi = {
19271927
if not Talisman.config_file.disable_anims then
19281928
G.E_MANAGER:add_event(Event({
19291929
func = function()
1930-
context.other_joker:juice_up(0.5, 0.5)
1930+
context.other_card:juice_up(0.5, 0.5)
19311931
return true
19321932
end,
19331933
}))
@@ -1940,6 +1940,7 @@ local waluigi = {
19401940
vars = { number_format(card.ability.extra.Xmult) },
19411941
}),
19421942
Xmult_mod = lenient_bignum(card.ability.extra.Xmult),
1943+
card = card
19431944
}
19441945
end
19451946
end,

lib/content.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,9 @@ SMODS.Sound({
595595
},
596596
pitch = 1,
597597
select_music_track = function()
598+
if G.PROFILES[G.SETTINGS.profile].cry_gameset == "madness" then
599+
G.PROFILES[G.SETTINGS.profile].cry_gameset = "mainline"
600+
end
598601
return G.STAGE == G.STAGES.MAIN_MENU
599602
and (G.PROFILES[G.SETTINGS.profile].cry_gameset and G.PROFILES[G.SETTINGS.profile].cry_gameset == "mainline" or G.selectedGameset and G.selectedGameset ~= "modest")
600603
and Cryptid_config.Cryptid.alt_bg_music

localization/en-us.lua

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ return {
14141414
j_cry_compound_interest = {
14151415
name = "Compound Interest",
14161416
text = {
1417-
"Earn {C:money}#1#%{} of total money",
1417+
"Earn {C:money}#1#%{} more interest",
14181418
"at end of round,",
14191419
"increases by {C:money}#2#%{} per",
14201420
"consecutive payout",
@@ -1547,16 +1547,16 @@ return {
15471547
"for each {C:attention}Jolly Joker{}",
15481548
},
15491549
},
1550-
["j_cry_Double Scale"] = { -- ?????????????
1551-
name = "Double Scale",
1552-
text = {
1553-
"Scaling {C:attention}Jokers{}",
1554-
"scale {C:attention}quadratically",
1555-
"{C:inactive,s:0.8}(ex. +1, +3, +6, +10)",
1556-
"{C:inactive,s:0.8}(grows by +1, +2, +3)",
1557-
},
1558-
},
1559-
["j_cry_Double Scale_modest"] = {
1550+
-- ["j_cry_Double Scale"] = { -- ?????????????
1551+
-- name = "Double Scale",
1552+
-- text = {
1553+
-- "Scaling {C:attention}Jokers{}",
1554+
-- "scale {C:attention}quadratically",
1555+
-- "{C:inactive,s:0.8}(ex. +1, +3, +6, +10)",
1556+
-- "{C:inactive,s:0.8}(grows by +1, +2, +3)",
1557+
-- },
1558+
-- },
1559+
["j_cry_Double Scale"] = {
15601560
name = "Double Scale",
15611561
text = {
15621562
"Scaling {C:attention}Jokers{}",
@@ -1846,9 +1846,9 @@ return {
18461846
j_cry_goldjoker = {
18471847
name = "Gold Joker",
18481848
text = {
1849-
"Earn {C:money}#1#%{} of total",
1850-
"money at end of round",
1851-
"Payout increases by {C:money}#2#%{}",
1849+
"Earn {C:money}#1#%{} more",
1850+
"interest at end of round",
1851+
"Percentage increases by {C:money}#2#%{}",
18521852
"when each played {C:attention}Gold{}",
18531853
"card is scored",
18541854
},
@@ -2319,7 +2319,7 @@ return {
23192319
text = {
23202320
"Earn {C:money}$#1#{} at end of round",
23212321
"Increase payout by {C:money}$#2#{}",
2322-
"for each {C:attention}#3#{} held in hand,",
2322+
"if a {C:attention}#3#{} is held in hand,",
23232323
"rank changes every round",
23242324
},
23252325
},

0 commit comments

Comments
 (0)