Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions items/jokers/misc_jokers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@ local ruby = {
},
demicoloncompat = true,
blueprint_compat = true,
pronouns = "feminine",
pronouns = "she_her",
calculate = function(self, card, context)
if context.entr_path_changed and not context.blueprint then
SMODS.scale_card(card, {ref_table = card.ability, ref_value = "xmult", scalar_value = "xmult_mod"})
Expand Down Expand Up @@ -2366,7 +2366,7 @@ local cass = {
},
demicoloncompat = true,
blueprint_compat = true,
pronouns = "feminine",
pronouns = "she_her",
calculate = function(self, card, context)
if context.using_consumeable and (context.consumeable.config.center.set == "Planet" or context.consumeable.config.center.set == "Star") then
card.ability.mod = math.min(card.ability.mod, 20)
Expand Down Expand Up @@ -2489,7 +2489,7 @@ local crabus = {
demicoloncompat = true,
perishable_compat = true,
blueprint_compat = true,
pronouns = "masculine",
pronouns = "any_all",
calculate = function(self, card, context)
if context.before and not context.repetition and not context.blueprint then
local cards = {}
Expand Down Expand Up @@ -2589,7 +2589,7 @@ local hexa = {
"set_entr_misc_jokers",
}
},
pronouns = "feminine",
pronouns = "she_her",
}

local sandpaper = {
Expand Down