balatro/serenasbalatro.lua
2025-06-19 16:56:36 -05:00

26 lines
431 B
Lua

SMODS.Sound {
key = "soul",
path = "soul.ogg",
}
assert(SMODS.load_file("content/atlas.lua"))()
assert(SMODS.load_file("content/jokers.lua"))()
vanilla_food = {
j_gros_michel = true,
j_egg = true,
j_ice_cream = true,
j_cavendish = true,
j_turtle_bean = true,
j_diet_cola = true,
j_popcorn = true,
j_ramen = true,
j_selzer = true,
}
modded_food = {
j_vanilla = true,
j_500_cigarettes = true,
}