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 25d4b6e commit f5c517fCopy full SHA for f5c517f
lovely/cat.toml
@@ -177,7 +177,7 @@ target = "tag.lua"
177
pattern = '''play_sound('tarot2', math.random()*0.1 + 0.55, 0.09)'''
178
position = "before"
179
payload = '''
180
-if self.key == 'tag_cry_cat' then
+if self.key == 'tag_cry_cat' and not self.hide_ability then
181
play_sound('cry_meow'..math.random(4), 1.26, 0.12);
182
end'''
183
match_indent = true
@@ -332,4 +332,4 @@ if self.ability.shiny then
332
end
333
334
'''
335
-match_indent = true
+match_indent = true
0 commit comments