Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion src/essay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -2826,4 +2841,4 @@ SMODS.Joker{ --Alloy
end
}

end
end