Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- result/share/balatro/globals.lua 1970-01-01 01:00:01.000000000 +0100 2+++ result/share/balatro/globals.lua 1970-01-01 01:00:01.000000000 +0100 3@@ -56,6 +56,12 @@ function Game:set_globals() 4 self.F_CRASH_REPORTS = false 5 end 6 7+ if love.system.getOS() == 'Linux' then 8+ self.F_SAVE_TIMER = 5 9+ self.F_DISCORD = true 10+ self.F_ENGLISH_ONLY = false 11+ end 12+ 13 if love.system.getOS() == 'Nintendo Switch' then 14 self.F_HIDE_BETA_LANGS = true 15 self.F_BASIC_CREDITS = true