From 2619d7a6674f3fd723b3fffa912e374a09f4a061 Mon Sep 17 00:00:00 2001 From: TheActualFirstTry Date: Sun, 14 Dec 2025 20:21:08 +0800 Subject: [PATCH 1/2] Entropy value fix for Containment Sleeve --- compat/cryptid.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compat/cryptid.lua b/compat/cryptid.lua index 2a83d2fe..e0b13be6 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 From 836cfdcac258639277087f89e02f9a865335c175 Mon Sep 17 00:00:00 2001 From: TheActualFirstTry Date: Sun, 14 Dec 2025 20:22:25 +0800 Subject: [PATCH 2/2] containment sleeve entropy value thing --- compat/cryptid.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/cryptid.lua b/compat/cryptid.lua index e0b13be6..1fcf046f 100644 --- a/compat/cryptid.lua +++ b/compat/cryptid.lua @@ -140,7 +140,7 @@ local containment = { end })) else - G.GAME.Entropy = 0 + G.GAME.entropy = 0 end end, calculate = function(self,back,context)