Skip to content

Commit ea6795e

Browse files
authored
nah you gotta callback in the MIDDLE (wtf)
1 parent f7c6d54 commit ea6795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/overrides.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,6 @@ local function parse_loc_txt(center)
11891189
end
11901190
local il = init_localization
11911191
function init_localization()
1192-
il()
11931192
if G.SETTINGS.language == "en-us" then
11941193
G.localization.descriptions.Spectral.c_cryptid.text[2] = "{C:attention}#2#{} selected card"
11951194
G.localization.descriptions.Spectral.c_talisman.text[2] = "to {C:attention}#1#{} selected"
@@ -1204,6 +1203,7 @@ function init_localization()
12041203
G.localization.descriptions.Voucher.v_crystal_ball.text[1] = "{C:attention}+#1#{} consumable slot"
12051204
G.localization.descriptions.Joker.j_seance.text[1] = "If {C:attention}played hand{} contains a" -- damnit seance
12061205
end
1206+
il()
12071207
if Cryptid.object_buffer and Cryptid.object_buffer.Stake then
12081208
for i = 1, #Cryptid.object_buffer.Stake do
12091209
local key = Cryptid.object_buffer.Stake[i].key

0 commit comments

Comments
 (0)