You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install [Steamodded](https://github.com/Steamopollys/Steamodded) (must be **1.0.0 or higher**)
12
14
13
15
14
-
Download the newest release ([linked here](https://github.com/Toneblock/balatro-NotJustYet/releases/tag/v0.3.0)), extract the .zip, and place it into your Mods folder
16
+
Download the newest release ([linked here](https://github.com/Toneblock/balatro-NotJustYet/releases/tag/v0.4.0)), extract the .zip, and place it into your Mods folder
if (G.GAME.current_round.hands_left < 1 and to_big(self.GAME.chips) < to_big(self.GAME.blind.chips)) or (GLOBAL_njy_vanilla_override and to_big(self.GAME.chips) >= to_big(self.GAME.blind.chips)) then
if (G.GAME.current_round.hands_left < 1 and to_big(self.GAME.chips) < to_big(self.GAME.blind.chips)) or (GLOBAL_njy_vanilla_override and to_big(self.GAME.chips) >= to_big(self.GAME.blind.chips)) then
if (G.GAME.current_round.hands_left < 1 and to_big(self.GAME.chips) < to_big(self.GAME.blind.chips)) or (GLOBAL_njy_vanilla_override and to_big(self.GAME.chips) >= to_big(self.GAME.blind.chips)) then
if G.STATE_COMPLETE == true and G.buttons and G.buttons.states and G.buttons.states.visible and G.buttons.states.visible == true and G.GAME and G.GAME.chips and G.GAME.blind and G.GAME.blind.chips then
136
146
if not to_big then
137
147
function to_big(x) return x end
@@ -145,3 +155,17 @@ if key == G.njy_keybind then
145
155
end
146
156
'''
147
157
match_indent = true
158
+
159
+
# this is dumb and i should not be doing this
160
+
[[patches]]
161
+
[patches.pattern]
162
+
target = "engine/controller.lua"
163
+
pattern = '''if key == "a" and self.held_keys["g"] and not _RELEASE_MODE then'''
0 commit comments