From 4480833d6787ec1c608eea215b40f13f8b879f28 Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 28 Jul 2026 00:51:17 +0200 Subject: [PATCH] Allow Rot to conditionally appear --- manifest.json | 2 +- src/slugcat.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index db80ee9..095e675 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "conflicts": [ "Jen" ], - "version": "1.11.16" + "version": "1.11.17" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index c11c89b..c2ecc66 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -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, }