Fix joker rarity
This commit is contained in:
parent
04bdb201e1
commit
a34ba45894
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue