Fix joker rarity

This commit is contained in:
Emik 2025-03-27 03:07:12 +01:00
parent 04bdb201e1
commit a34ba45894
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D

View file

@ -213,7 +213,7 @@ function SMODS.poll_rarity(_pool_key, _rand_key)
end end
local rarity = orig_rarity(_pool_key, _rand_key) 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 end
local oxy_quotes = { local oxy_quotes = {