We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa191ee commit ece08ceCopy full SHA for ece08ce
items/challenge.lua
@@ -497,6 +497,9 @@ function Game:start_run(args)
497
table.insert(G.handlist, 1, "cry_Declare2")
498
end
499
Cryptid.base_values = {}
500
+ if G.PROFILES[G.SETTINGS.profile].all_unlocked then
501
+ G.PROFILES[G.SETTGINGS.profile].cry_none = true
502
+ end
503
504
local challenges = {
505
sticker_sheet,
lib/overrides.lua
@@ -2235,3 +2235,9 @@ function SMODS.is_eternal(card)
2235
2236
return is_eternalref(card)
2237
2238
+
2239
+local unlock_allref = G.FUNCS.unlock_all
2240
+G.FUNCS.unlock_all = function(e)
2241
+ unlock_allref(e)
2242
2243
+end
0 commit comments