File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 66 [" override_glitched" ] = true ,
77 [" omega_aleph" ] = false ,
88 [" inversion_queues" ] = 2 ,
9+ [" curses_enabled" ] = true
910}
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ Entropy.curses = {
134134}
135135
136136function Entropy .get_curse_rate ()
137+ if not Entropy .config .curses_enabled then return 0 end
137138 if to_big (G .GAME .round_resets .ante ) <= to_big (G .GAME .win_ante or 8 ) then return 0 end
138139 local key = G .GAME .selected_back and G .GAME .selected_back .effect .center .original_key
139140 local wins = G .PROFILES and G .SETTINGS .profile and G .PROFILES [G .SETTINGS .profile ].deck_usage and G .PROFILES [G .SETTINGS .profile ].deck_usage [key ] and G .PROFILES [G .SETTINGS .profile ].deck_usage [key ].wins or {}
Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ local entrConfigTab = function()
4848 ref_value = " family_mode" ,
4949 callback = Cryptid .reload_localization ,
5050 })
51+ entr_nodes [# entr_nodes + 1 ] = create_toggle ({
52+ label = localize (" curses_enabled" ),
53+ active_colour = HEX (" 40c76d" ),
54+ ref_table = Entropy .config ,
55+ ref_value = " curses_enabled" ,
56+ })
5157 if SMODS .Mods [" Cryptid" ] and SMODS .Mods [" Cryptid" ].can_load then
5258 entr_nodes [# entr_nodes + 1 ] = create_toggle ({
5359 label = localize (" k_entr_faster_ante_scaling" ),
Original file line number Diff line number Diff line change @@ -5523,6 +5523,7 @@ local decs = {
55235523 flipside_full = ' Full' ,
55245524
55255525 flipside_info = ' Inversion display when holding Flipside' ,
5526+ curses_enabled = " Enable Curses outside of Obsidian Stake" ,
55265527
55275528 b_stat_CBlind = " Blind Token" ,
55285529 b_stat_Fraud = " Fraud" ,
You can’t perform that action at this time.
0 commit comments