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 6dc895f commit ca9b27bCopy full SHA for ca9b27b
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.SETTINGS.profile].cry_none = true
502
+ end
503
504
local challenges = {
505
sticker_sheet,
lib/overrides.lua
@@ -2189,3 +2189,9 @@ function SMODS.is_eternal(card)
2189
2190
return is_eternalref(card)
2191
2192
+
2193
+local unlock_allref = G.FUNCS.unlock_all
2194
+G.FUNCS.unlock_all = function(e)
2195
+ unlock_allref(e)
2196
+ G.PROFILES[G.SETTGINGS.profile].cry_none = true
2197
+end
0 commit comments