Allow Rot to conditionally appear
This commit is contained in:
parent
59d8d3113f
commit
978a3e04c5
2 changed files with 3 additions and 2 deletions
|
|
@ -18,5 +18,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.11.16"
|
||||
"version": "1.11.17"
|
||||
}
|
||||
|
|
@ -63,7 +63,8 @@ local exotic = Jane.cry and "cry_exotic" or 4
|
|||
|
||||
SMODS.Rarity {
|
||||
key = "junk",
|
||||
default_weight = 1e-9,
|
||||
default_weight = 0.05,
|
||||
pools = {Joker = true},
|
||||
loc_txt = {name = "Junk"},
|
||||
badge_colour = G.C.JOKER_GREY,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue