From 7dfc8671e41760eb6f3eb2d773ab22aec8af5497 Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 23 Jun 2026 23:52:24 +0200 Subject: [PATCH] Make Gourmand quiet --- manifest.json | 2 +- src/back.lua | 2 +- src/slugcat.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 0b72a12..cf22317 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "conflicts": [ "Jen" ], - "version": "1.10.4" + "version": "1.10.5" } \ No newline at end of file diff --git a/src/back.lua b/src/back.lua index 9d9d176..5530e57 100644 --- a/src/back.lua +++ b/src/back.lua @@ -694,9 +694,9 @@ back { G.GAME.starting_voucher_count = (G.GAME.starting_voucher_count or 0) + 1 Jane.q(function() + add_rain_world_joker() local wee = create_card("Joker", G.jokers, nil, nil, nil, nil, "j_wee", "weeck") G.jokers:emplace(wee) - add_rain_world_joker() G.GAME.tortoise = true G.GAME.obsidian = true G.GAME.mysterious = true diff --git a/src/slugcat.lua b/src/slugcat.lua index 5ce58f7..2bf8d45 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -559,7 +559,7 @@ function Card:draw(layer) not self.edition and (self.area == G.consumeables or cen.set ~= "Booster") and next(SMODS.find_card("j_jane_gourmand")) then - self:set_edition("e_jane_jumbo") + self:set_edition("e_jane_jumbo", true, true) end orig_draw(self, layer)