From a34ba4589439bd6b36af0e1e9db0b41f62c781a4 Mon Sep 17 00:00:00 2001 From: Emik Date: Thu, 27 Mar 2025 03:07:12 +0100 Subject: [PATCH] Fix joker rarity --- src/joker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joker.lua b/src/joker.lua index 8c82a2c..7353e14 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -213,7 +213,7 @@ function SMODS.poll_rarity(_pool_key, _rand_key) end local rarity = orig_rarity(_pool_key, _rand_key) - return (is_corrupted and (rarity == 1 or rarity == 2)) and 3 or ((is_corrupted ~= nil and rarity == 1) and 1 or rarity) + return (is_corrupted and (rarity == 1 or rarity == 2)) and 3 or ((is_corrupted ~= nil and rarity == 1) and 2 or rarity) end local oxy_quotes = {