Skip to content

Instantly share code, notes, and snippets.

@surskitt
Last active June 4, 2024 20:53
Show Gist options
  • Save surskitt/8110f460818dfe6cdd77e0c55ede8c38 to your computer and use it in GitHub Desktop.
Save surskitt/8110f460818dfe6cdd77e0c55ede8c38 to your computer and use it in GitHub Desktop.
Lovely version of the balatro-gay mod
[manifest]
version = "1.0.0"
dump_lua = true
priority = 0
[[patches]]
[patches.pattern]
target = "game.lua"
pattern = "init_localization()"
position = "before"
payload = '''
G.localization.misc.poker_hands['Straight Flush'] = "Gay Flush"
G.localization.misc.poker_hands['Straight'] = "Gay"
G.localization.misc.poker_hands['Royal Flush'] = "Royal Gay Flush"
'''
match_indent = true
overwrite = false
@surskitt
Copy link
Author

surskitt commented Jun 4, 2024

Create a GayFlush directory inside your Mods folder (%APPDATA%\Mods\GayFlush) and drop the lovely.toml file inside.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment