Skip to content

Commit bf10f1b

Browse files
committed
stop munny from spawning
1 parent 4f12200 commit bf10f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/consumables/tarots.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SMODS.Tarot {
2121
local joker_keys = getResourceWithPrefix("j_kh_")
2222

2323
for i = #joker_keys, 1, -1 do
24-
if joker_keys[i] == "j_kh_nobody" then
24+
if joker_keys[i] == "j_kh_nobody" or joker_keys[i] == "j_kh_munny" then
2525
table.remove(joker_keys, i)
2626
end
2727
end

0 commit comments

Comments
 (0)