Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion compat/cryptid.lua
Original file line numberDiff line numberDiff line change
Expand Up@@ -139,6 +139,8 @@ local containment = {
return true
end
}))
else
G.GAME.entropy = 0
end
end,
calculate = function(self,back,context)
Expand DownExpand Up@@ -297,4 +299,4 @@ else
ease_colour(G.C.UI_MULT, G.C.RED, 0.3)
end
end
end
end