Update visuals on the descending in non-cryptid

This commit is contained in:
Emik 2025-03-26 14:56:21 +01:00
parent ddc2652142
commit de47926a26
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D

View file

@ -78,6 +78,7 @@ SMODS.Blind {
defeat = function(_) defeat = function(_)
if not Cryptid then if not Cryptid then
G.GAME.operator = 2 G.GAME.operator = 2
offset_operator(0)
elseif not G.GAME.blind.disabled then elseif not G.GAME.blind.disabled then
offset_operator(1) offset_operator(1)
end end