Skip to content

Commit

Permalink
remove crashing jokerdisplay of most plumbers (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathIsFun0 committed Aug 21, 2024
1 parent 1427db1 commit 5b0c3fc
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions Items/MiscJokers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1353,13 +1353,6 @@ local luigi = {
end,
atlas = "atlasthree",
}
if JokerDisplay then
luigi.joker_display_definition = {
mod_function = function(card, mod_joker)
return { x_chips = mod_joker.ability.extra.x_chips }
end
}
end
local waluigi = {
object_type = "Joker",
name = "cry-Waluigi",
Expand Down Expand Up @@ -1438,20 +1431,6 @@ local mario = {
end
end
}
if JokerDisplay then
mario.joker_display_definition = {
reminder_text = {
{ text = '(', },
{ ref_table = "card.joker_display_values", ref_value = "localized_text", colour = G.C.ORANGE },
{ text = ')', },
},

retrigger_joker_function = function (card, retrigger_joker)
return card ~= retrigger_joker == card and retrigger_joker.ability.extra.retrigger or 0
end
}
end

local wario = {
object_type = "Joker",
name = "cry-wario",
Expand Down Expand Up @@ -1482,13 +1461,6 @@ end,

atlas = "atlasthree",
}
if JokerDisplay then
wario.joker_display_definition = {
mod_function = function(card, mod_joker)
return { card.ability.extra.money }
end
}
end


local krustytheclown = {
Expand Down

0 comments on commit 5b0c3fc

Please sign in to comment.