From 9e8f0f6666a8b768b9ecfb9351951b258219aa8a Mon Sep 17 00:00:00 2001 From: Lykrast Date: Fri, 14 Mar 2025 14:47:53 +0100 Subject: [PATCH] Mark food jokers for other mods --- src/essay.lua | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/essay.lua b/src/essay.lua index 0a2694e..e17d133 100644 --- a/src/essay.lua +++ b/src/essay.lua @@ -323,6 +323,9 @@ SMODS.Joker{ --Starfruit eternal_compat = false, unlocked = true, discovered = true, + pools = { + Food = true + }, atlas = 'ECjokers', loc_vars = function(self, info_queue, card) @@ -786,6 +789,9 @@ SMODS.Joker{ --Candy Necklace eternal_compat = false, unlocked = true, discovered = true, + pools = { + Food = true + }, atlas = 'ECjokers', loc_vars = function(self, info_queue, card) @@ -1181,6 +1187,9 @@ SMODS.Joker{ --Espresso eternal_compat = false, unlocked = true, discovered = true, + pools = { + Food = true + }, atlas = 'ECjokers', loc_vars = function(self, info_queue, card) @@ -1722,6 +1731,9 @@ SMODS.Joker{ --Ambrosia eternal_compat = false, unlocked = true, discovered = true, + pools = { + Food = true + }, atlas = 'ECjokers', loc_vars = function(self, info_queue, card) @@ -2669,6 +2681,9 @@ SMODS.Joker{ --Bad Apple eternal_compat = true, unlocked = true, discovered = true, + pools = { + Food = true + }, atlas = 'ECjokers', loc_vars = function(self, info_queue, card) @@ -2826,4 +2841,4 @@ SMODS.Joker{ --Alloy end } -end \ No newline at end of file +end