Skip to content

Commit dd8a87c

Browse files
Check for Monster differently (caused crashes xd)
1 parent 39a01ed commit dd8a87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely/misc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ target = 'functions/common_events.lua'
3030
pattern = "if not strip_edition then"
3131
position = 'before'
3232
payload = '''
33-
if new_card.ability.extra.monster then new_card.ability.extra.monster = G.GAME.monstermult end
33+
if new_card.ability.name == "cry-longboi" then new_card.ability.extra.monster = G.GAME.monstermult end
3434
'''
3535
match_indent = true
3636

0 commit comments

Comments
 (0)