We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985ba9f commit 9324487Copy full SHA for 9324487
lib/overrides.lua
@@ -1363,6 +1363,24 @@ function init_localization()
1363
end
1364
1365
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
1381
1382
1383
+ Cryptid.inject_pointer_aliases()
1384
1385
1386
--Fix a corrupted game state
0 commit comments