You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if Cryptid.random_consumable --[[Cryptid.enabled["Menu"]--]] then card:set_ability(Cryptid.random_consumable('cry_splash',{"no_grc"},nil,nil,true), true, nil) end
28
+
--if Cryptid.random_consumable then card:set_ability(Cryptid.random_consumable('cry_splash',{"no_grc"},nil,nil,true), true, nil) end
45
29
'''
46
30
match_indent = true
47
31
48
-
# Show Glitched Edition to confirm Cryptid is Active
32
+
# Show Glitched Edition to confirm Cryptid is Active if custom main menu is enabled
49
33
[[patches]]
50
34
[patches.pattern]
51
35
target = "game.lua"
52
36
pattern = "replace_card.states.visible = false"
53
37
position = "before"
54
-
payload = "replace_card:set_edition(G.P_CENTERS.e_cry_glitched and 'e_cry_glitched' or 'e_negative',true,true)"
38
+
payload = '''
39
+
if Cryptid_config.menu then
40
+
replace_card:set_edition(G.P_CENTERS.e_cry_glitched and 'e_cry_glitched' or 'e_negative',true,true)
0 commit comments