We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93654c commit 3cda779Copy full SHA for 3cda779
lib/overrides.lua
@@ -2205,8 +2205,8 @@ local smods_calc = SMODS.calculate_context
2205
function SMODS.calculate_context(context, return_table, no_resolve)
2206
local aaa = smods_calc(context, return_table, no_resolve)
2207
if context.modify_ante and context.ante_end then
2208
- if G.GAME.blind then
2209
- aaa.modify = G.GAME.blind:cry_calc_ante_gain() - 1
+ if G.GAME.blind and G.GAME.blind:cry_calc_ante_gain() ~= 1 then
+ aaa.modify = G.GAME.blind:cry_calc_ante_gain()
2210
end
2211
2212
return aaa
0 commit comments