Skip to content

Commit 0c10c58

Browse files
committed
fix various typos
1 parent 449820a commit 0c10c58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

items/epic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ local double_scale = {
10921092
},
10931093
},
10941094
config = {
1095-
times_needed = 4
1095+
times_needed = 4,
10961096
times_current = 0
10971097
},
10981098
loc_vars = function(sef, queue, card)

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7859,7 +7859,7 @@ local oldblueprint = {
78597859
}
78607860
end
78617861
local num, denom =
7862-
SMODS.get_probability_vars(card, 1, card and card.ability.extra.odds or self.config.extra.odds, "Old Blueprint)
7862+
SMODS.get_probability_vars(card, 1, card and card.ability.extra.odds or self.config.extra.odds, "Old Blueprint")
78637863
return {
78647864
vars = {
78657865
num,

localization/en-us.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ return {
15581558
text = {
15591559
"Scaling {C:attention}Jokers{}",
15601560
"scale {C:attention}quadratically",
1561-
"every {C:attention}#1#{} {C:inactive}[#2#]{} Scales"
1561+
"every {C:attention}#1#{} {C:inactive}[#2#]{} Scales",
15621562
"{C:inactive,s:0.8}(ex. +1, +3, +6, +10)",
15631563
"{C:inactive,s:0.8}(grows by +1, +2, +3)",
15641564
},

0 commit comments

Comments
 (0)