From b8c632f4c91d8609b389406b0eb2b7980eeeb001 Mon Sep 17 00:00:00 2001 From: Emik Date: Sat, 6 Jun 2026 13:10:32 +0200 Subject: [PATCH] Nerf Phytoestrogens --- manifest.json | 2 +- src/joker.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 188ec49..f887ce5 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.8.17", + "version": "2.8.18", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/joker.lua b/src/joker.lua index f6fb80d..7d7141b 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -242,7 +242,7 @@ joker { table.insert(info_queue, negative) end, calculate = function(_, _, context) - return (context.selling_self or context.forcetrigger) and f(G.consumeables.cards):where(function(v, k) + return (context.selling_self or context.forcetrigger) and f(G.consumeables.cards):where(function(v) return v.config.center.set ~= "Joker" end):each(function(v) q { @@ -597,7 +597,7 @@ joker { joker { key = "phytoestrogens", pronouns = "she_her", - config = {extra = {xmult = 0.4}}, + config = {extra = {xmult = 0.3}}, attributes = {"mult", "xmult"}, cost = 8, rarity = 3,