From e3de4a761a55ca558e092be5f858002176635629 Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 25 Mar 2025 13:19:11 +0100 Subject: [PATCH] Restrict Chicot bug on The Descending within non-cryptid --- src/blind.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/blind.lua b/src/blind.lua index e5bbd45..87c5244 100644 --- a/src/blind.lua +++ b/src/blind.lua @@ -73,7 +73,9 @@ SMODS.Blind { dollars = 15, mult = Cryptid and 0.5 or 0.25, 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) end end,