diff --git a/compat/cryptid.lua b/compat/cryptid.lua index 2a83d2fe..1fcf046f 100644 --- a/compat/cryptid.lua +++ b/compat/cryptid.lua @@ -139,6 +139,8 @@ local containment = { return true end })) + else + G.GAME.entropy = 0 end end, calculate = function(self,back,context) @@ -297,4 +299,4 @@ else ease_colour(G.C.UI_MULT, G.C.RED, 0.3) end end -end \ No newline at end of file +end