Fixed issue that caused crashes due to newer versions of SMODS. Will now work with MacOS systems

This commit is contained in:
davidmolgard
2025-04-21 17:18:10 -06:00
parent 20f39ff09b
commit f0cce6c663
3 changed files with 2 additions and 12 deletions

View File

@@ -48,13 +48,3 @@ sources = [
target = "functions/UI_definitions.lua"
position = "append"
sources = [ "InterfacePreview.lua" ]
[[patches]]
[patches.pattern]
target = '''=[SMODS _ "src/overrides.lua"]'''
pattern = "function Blind:debuff_hand(cards, hand, handname, check)"
position = 'after'
payload = '''
do return debuff_hand(self, cards, hand, handname, check) end
'''
match_indent = true