Skip to content

Commit e6e87ca

Browse files
authored
Merge pull request #410 from SDM0/refactor
2 parents 73a8761 + cd68059 commit e6e87ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

items/tag.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,8 +905,7 @@ local gourmand = {
905905
end,
906906
apply = function(self, tag, context)
907907
if context.type == "store_joker_create" then
908-
local card
909-
card = create_card("Joker", context.area, nil, nil, nil, nil, Cryptid.get_food("cry_gourmand_tag"))
908+
local card = create_card("Food", context.area, nil, nil, nil, nil, nil, "cry_gourmand")
910909
create_shop_card_ui(card, "Joker", context.area)
911910
card.states.visible = false
912911
tag:yep("+", G.C.GREEN, function()

0 commit comments

Comments
 (0)