Restrict Chicot bug on The Descending within non-cryptid

This commit is contained in:
Emik 2025-03-25 13:19:11 +01:00
parent 9b6f2e0d2f
commit e3de4a761a
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D

View file

@ -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,