mirror of
https://github.com/ershisan99/Fantoms-Preview.git
synced 2025-12-16 12:32:48 +00:00
Fixed issue that caused crashes due to newer versions of SMODS. Will now work with MacOS systems
This commit is contained in:
10
lovely.toml
10
lovely.toml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user