Skip to content

Commit f3f473e

Browse files
move these to library
1 parent d40e28e commit f3f473e

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

items/enhanced.lua

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
--Move all the stuff in here into atlasdeck.png later
2-
--Also a lot of the edition decks have wrong proportions so those also need to get fixed
31
local atlasedition = {
42
object_type = "Atlas",
53
key = "atlaseditiondeck",
@@ -378,32 +376,13 @@ return {
378376
self.config.center.immutable = true
379377
end
380378
G.P_CENTERS.j_hanging_chad.misprintize_caps = { extra = 40 }
381-
Cryptid.big_num_blacklist["c_magician"] = true
382379
G.P_CENTERS.c_high_priestess.misprintize_caps = { planets = 100 }
383-
Cryptid.big_num_blacklist["c_empress"] = true
384380
G.P_CENTERS.c_emperor.misprintize_caps = { tarots = 100 }
385-
Cryptid.big_num_blacklist["c_heirophant"] = true
386-
Cryptid.big_num_blacklist["c_lovers"] = true
387-
Cryptid.big_num_blacklist["c_chariot"] = true
388-
Cryptid.big_num_blacklist["c_justice"] = true
389-
Cryptid.big_num_blacklist["c_strength"] = true
390-
Cryptid.big_num_blacklist["c_hanged_man"] = true
391-
Cryptid.big_num_blacklist["c_death"] = true
392-
Cryptid.big_num_blacklist["c_devil"] = true
393-
Cryptid.big_num_blacklist["c_tower"] = true
394-
Cryptid.big_num_blacklist["c_star"] = true
395-
Cryptid.big_num_blacklist["c_moon"] = true
396-
Cryptid.big_num_blacklist["c_sun"] = true
397-
Cryptid.big_num_blacklist["c_world"] = true
398-
Cryptid.big_num_blacklist["c_cry_eclipse"] = true
399-
Cryptid.big_num_blacklist["c_cry_seraph"] = true
400-
Cryptid.big_num_blacklist["c_cry_instability"] = true
401381
G.P_CENTERS.c_cry_automaton.misprintize_caps = { create = 100 }
402382
G.P_CENTERS.c_familiar.misprintize_caps = { extra = 100 }
403383
G.P_CENTERS.c_grim.misprintize_caps = { extra = 100 }
404384
G.P_CENTERS.c_incantation.misprintize_caps = { extra = 100 }
405385
G.P_CENTERS.c_immolate.misprintize_caps = { destroy = 1e300 }
406-
Cryptid.big_num_blacklist["c_cry_instability"] = true
407386
G.P_CENTERS.c_cryptid.misprintize_caps = { extra = 100, max_highlighted = 100 }
408387
G.P_CENTERS.c_immolate.misprintize_caps = { destroy = 1e300 }
409388
G.P_CENTERS.c_cry_chambered.misprintize_caps = { extra = { num_copies = 100 } }

lib/misc.lua

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,30 @@ end
518518
Cryptid.big_num_blacklist = {
519519
["j_cry_fractal"] = true,
520520
["j_cry_wonka_bar"] = true,
521+
522+
["c_magician"] = true,
523+
["c_empress"] = true,
524+
["c_heirophant"] = true,
525+
["c_lovers"] = true,
526+
["c_chariot"] = true,
527+
["c_justice"] = true,
528+
["c_strength"] = true,
529+
["c_hanged_man"] = true,
530+
["c_death"] = true,
531+
["c_devil"] = true,
532+
["c_tower"] = true,
533+
["c_star"] = true,
534+
["c_moon"] = true,
535+
["c_sun"] = true,
536+
["c_world"] = true,
537+
["c_cry_eclipse"] = true,
538+
["c_cry_seraph"] = true,
539+
["c_cry_instability"] = true,
540+
521541
["v_cry_stickyhand"] = true,
522542
["v_cry_grapplinghook"] = true,
523543
["v_cry_hyperspacetether"] = true,
544+
524545
-- Add your Jokers here if you *don't* want to have it's numbers go into BigNum
525546
-- FORMAT: <Joker Key ("j_cry_oil_lamp")> = true,
526547
-- TARGET: BigNum Black List

0 commit comments

Comments
 (0)