Skip to content

Commit 9394850

Browse files
authored
Merge pull request #468 from larswijn/safety-checks-v3
2 parents 5262789 + 3099247 commit 9394850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely/lib_misc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ target = "game.lua"
4141
pattern = "if math.random() > 0.8 then card.sprite_facing = 'back'; card.facing = 'back' end"
4242
position = "before"
4343
payload = '''
44-
if true --[[Cryptid.enabled["Menu"]--]] then card:set_ability(Cryptid.random_consumable('cry_splash',{"no_grc"},nil,nil,true), true, nil) end
44+
if Cryptid.random_consumable --[[Cryptid.enabled["Menu"]--]] then card:set_ability(Cryptid.random_consumable('cry_splash',{"no_grc"},nil,nil,true), true, nil) end
4545
'''
4646
match_indent = true
4747

0 commit comments

Comments
 (0)