Reset operator appropriately
This commit is contained in:
parent
98265a1bbe
commit
3c98e2cbca
3 changed files with 4 additions and 5 deletions
|
|
@ -12,5 +12,5 @@
|
|||
"Bakery (>=0.1.26~*)"
|
||||
],
|
||||
"conflicts": ["Jen"],
|
||||
"version": "0.3.1"
|
||||
"version": "0.3.2"
|
||||
}
|
||||
|
|
@ -155,8 +155,8 @@ function ease_ante(mod)
|
|||
|
||||
if G.GAME.nitro then
|
||||
mod = Cryptid and
|
||||
(G.GAME.round_resets.ante < 0 and -G.GAME.round_resets.ante
|
||||
or math.ceil(next_triangle_number(G.GAME.round_resets.ante) - G.GAME.round_resets.ante)) or
|
||||
(G.GAME.round_resets.ante < 0 and -G.GAME.round_resets.ante or
|
||||
math.ceil(next_triangle_number(G.GAME.round_resets.ante) - G.GAME.round_resets.ante)) or
|
||||
(mod > 0 and mod * 2 or mod)
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -77,8 +77,7 @@ SMODS.Blind {
|
|||
dollars = 6,
|
||||
defeat = function(_)
|
||||
if not Cryptid then
|
||||
G.GAME.operator = 2
|
||||
offset_operator(0)
|
||||
offset_operator(2 - Jane.get_operator())
|
||||
elseif not G.GAME.blind.disabled then
|
||||
offset_operator(1)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue