File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1189,7 +1189,6 @@ local function parse_loc_txt(center)
11891189end
11901190local il = init_localization
11911191function 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
You can’t perform that action at this time.
0 commit comments