Restrict Chicot bug on The Descending within non-cryptid
This commit is contained in:
parent
9b6f2e0d2f
commit
e3de4a761a
1 changed files with 3 additions and 1 deletions
|
|
@ -73,7 +73,9 @@ SMODS.Blind {
|
||||||
dollars = 15,
|
dollars = 15,
|
||||||
mult = Cryptid and 0.5 or 0.25,
|
mult = Cryptid and 0.5 or 0.25,
|
||||||
defeat = function(_)
|
defeat = function(_)
|
||||||
if not G.GAME.blind.disabled then
|
if not Cryptid then
|
||||||
|
G.GAME.operator = 2
|
||||||
|
elseif not G.GAME.blind.disabled then
|
||||||
offset_operator(1)
|
offset_operator(1)
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue