Skip to content

Commit 9324487

Browse files
authored
Update overrides.lua
1 parent 985ba9f commit 9324487

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

lib/overrides.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,24 @@ function init_localization()
13631363
end
13641364
end
13651365
end
1366+
1367+
for _, group in pairs(G.localization.descriptions) do
1368+
if
1369+
_ ~= "Back"
1370+
and _ ~= "Content Set"
1371+
and _ ~= "Edition"
1372+
and _ ~= "Enhanced"
1373+
and _ ~= "Stake"
1374+
and _ ~= "Other"
1375+
then
1376+
for key, card in pairs(group) do
1377+
if G.P_CENTERS[key] then
1378+
Cryptid.pointeraliasify(key, card.name, true)
1379+
end
1380+
end
1381+
end
1382+
end
1383+
Cryptid.inject_pointer_aliases()
13661384
end
13671385

13681386
--Fix a corrupted game state

0 commit comments

Comments
 (0)