File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,9 @@ function SMODS.injectItems(...)
187187 end
188188 end
189189 end
190+ if G .PROFILES [G .SETTINGS .profile ].all_unlocked then
191+ G .PROFILES [G .SETTINGS .profile ].cry_none = (Cryptid .enabled (" set_cry_poker_hand_stuff" ) == true )
192+ end
190193 G .P_CENTERS .j_stencil .immutable = true
191194 G .P_CENTERS .j_four_fingers .immutable = true
192195 G .P_CENTERS .j_mime .immutable = true
Original file line number Diff line number Diff line change @@ -497,9 +497,6 @@ function Game:start_run(args)
497497 table.insert (G .handlist , 1 , " cry_Declare2" )
498498 end
499499 Cryptid .base_values = {}
500- if G .PROFILES [G .SETTINGS .profile ].all_unlocked then
501- G .PROFILES [G .SETTINGS .profile ].cry_none = true
502- end
503500end
504501local challenges = {
505502 sticker_sheet ,
Original file line number Diff line number Diff line change @@ -2189,5 +2189,5 @@ end
21892189local unlock_allref = G .FUNCS .unlock_all
21902190G .FUNCS .unlock_all = function (e )
21912191 unlock_allref (e )
2192- G .PROFILES [G .SETTINGS .profile ].cry_none = true
2192+ G .PROFILES [G .SETTINGS .profile ].cry_none = ( Cryptid . enabled ( " set_cry_poker_hand_stuff " ) == true )
21932193end
You can’t perform that action at this time.
0 commit comments