Cleaning smods get_straight function

This commit is contained in:
Connor Mills
2025-03-23 19:00:05 -07:00
parent 6fa23989cd
commit 990aab628e

View File

@@ -45,3 +45,13 @@ sources = [
target = "functions/UI_definitions.lua"
position = "append"
sources = ["FNPreview/Interface.lua"]
[[patches]]
[patches.pattern]
target = '''=[SMODS _ "src/overrides.lua"]'''
pattern = "function get_straight(hand, min_length, skip, wrap)"
position = 'after'
payload = '''
hand = clean_hand(hand)
'''
match_indent = true