Skip to content

Commit 11053bf

Browse files
Fix Double M Tag
1 parent 1295e89 commit 11053bf

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

items/tag.lua

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -740,21 +740,7 @@ local double_m_tag = {
740740
apply = function(self, tag, context)
741741
if context.type == "store_joker_create" then
742742
local card
743-
local option = {}
744-
for k, _ in pairs(Cryptid.M_jokers) do
745-
if G.P_CENTERS[k] then
746-
option[#option + 1] = k
747-
end
748-
end
749-
card = create_card(
750-
"Joker",
751-
context.area,
752-
nil,
753-
nil,
754-
nil,
755-
nil,
756-
pseudorandom_element(option, pseudoseed("M_is_love_M_is_life"))
757-
)
743+
card = create_card("M", context.area, nil, nil, nil, nil, nil, pseudoseed("M_is_love_M_is_life"))
758744
card:set_edition({
759745
cry_m = true,
760746
})

0 commit comments

Comments
 (0)