From 48016729160507de2a68fb67fda0f71c64e9f066 Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 10 Feb 2026 22:14:31 +0100 Subject: [PATCH] Wokeify --- localization/en-us.lua | 2 +- src/back.lua | 2 ++ src/blind.lua | 6 +++--- src/charm.lua | 1 + src/joker.lua | 22 +++++++++++----------- src/seal.lua | 2 +- src/spectral.lua | 6 +++--- 7 files changed, 22 insertions(+), 19 deletions(-) diff --git a/localization/en-us.lua b/localization/en-us.lua index 3b55759..a00dac8 100644 --- a/localization/en-us.lua +++ b/localization/en-us.lua @@ -57,7 +57,7 @@ return { Enhanced = { m_wild = { name = "Wild Card", - text = {unpack(G.localization.descriptions.Enhanced.m_wild.text), "Can not be", "debuffed"}, + text = {"Can not be", "debuffed", unpack(G.localization.descriptions.Enhanced.m_wild.text)}, }, }, Joker = { diff --git a/src/back.lua b/src/back.lua index 807719e..3e68c3c 100644 --- a/src/back.lua +++ b/src/back.lua @@ -71,6 +71,7 @@ SMODS.Atlas { back { key = "blossom", name = "Blossom", + pronouns = "any_all", config = {extra = {times = 2}}, loc_vars = function(self, _, _) return {vars = {self.config.extra.times}} @@ -108,6 +109,7 @@ back { back { key = "go", name = "Go", + pronouns = "he_him", config = {extra = {times = 1, alt_times = 5}}, loc_vars = function(self, _, _) return {vars = {self.config.extra.alt_times - self.config.extra.times}} diff --git a/src/blind.lua b/src/blind.lua index a35cffb..bbdd679 100644 --- a/src/blind.lua +++ b/src/blind.lua @@ -105,7 +105,7 @@ blind { key = "divide", boss = {min = 1}, boss_colour = HEX "b18480", - pronouns = "they_them", + pronouns = "he_they", disable = function() q(function() local count = #G.discard.cards @@ -141,7 +141,7 @@ blind { key = "mitotic", boss = {min = 3}, boss_colour = HEX "80b48e", - pronouns = "they_them", + pronouns = "it_its", disable = function(self) self.disabled = true end, @@ -278,7 +278,7 @@ blind { key = "equinox", boss = {min = 6}, boss_colour = HEX "000000", - pronouns = "they_them", + pronouns = "any_all", defeat = function() G.GAME.modifiers.Roland_equinox = false end, diff --git a/src/charm.lua b/src/charm.lua index faf2e29..980f92e 100644 --- a/src/charm.lua +++ b/src/charm.lua @@ -14,6 +14,7 @@ q(function() local charm = Bakery_API.Charm { key = "iphone", atlas = "charm", + pronouns = "he_they", pos = {x = 0, y = 0}, alerted = true, unlocked = true, diff --git a/src/joker.lua b/src/joker.lua index 8931d37..a5a38be 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -225,7 +225,7 @@ joker { joker { key = "msjoker", -- Blue bow - pronouns = "they_them", + pronouns = "she_her", cost = 1, rarity = 1, eternal_compat = true, @@ -242,7 +242,7 @@ joker { joker { key = "mrsbones", - pronouns = "they_them", + pronouns = "she_her", config = {extra = {xmult = 4, requirement = 4}}, cost = 4, rarity = 2, @@ -274,7 +274,7 @@ joker { joker { key = "estrogen", - pronouns = "they_them", + pronouns = "she_her", config = {extra = {division = 4}}, cost = 8, rarity = 3, @@ -291,7 +291,7 @@ joker { joker { key = "hexagon", - pronouns = "they_them", + pronouns = "it_its", config = {extra = {money = 6}}, cost = 6, rarity = 1, @@ -313,7 +313,7 @@ joker { joker { key = "hexagoner", - pronouns = "they_them", + pronouns = "it_its", config = {extra = {mult = 0}}, cost = 6, rarity = 2, @@ -338,7 +338,7 @@ joker { joker { key = "hexagonest", - pronouns = "they_them", + pronouns = "it_its", config = {extra = {mult = 0}}, cost = 6, rarity = 3, @@ -412,7 +412,7 @@ joker { joker { key = "yard", - pronouns = "they_them", + pronouns = "he_him", config = {extra = {money = 2}}, cost = 6, rarity = 2, @@ -430,7 +430,7 @@ joker { joker { key = "misfortune", - pronouns = "they_them", + pronouns = "she_they", cost = 6, rarity = 2, eternal_compat = true, @@ -440,7 +440,7 @@ joker { joker { key = "temple", - pronouns = "they_them", + pronouns = "any_all", config = {extra = {xmult = 1.5}}, cost = 6, rarity = 2, @@ -461,7 +461,7 @@ joker { joker { key = "bulldozer", - pronouns = "they_them", + pronouns = "it_its", cost = 6, rarity = 2, eternal_compat = true, @@ -480,7 +480,7 @@ joker { joker { key = "oops", -- Slot machine - pronouns = "they_them", + pronouns = "he_they", cost = 8, rarity = 3, config = {extra = {probability = 1, delta = 1}}, diff --git a/src/seal.lua b/src/seal.lua index 520ceb2..28c8103 100644 --- a/src/seal.lua +++ b/src/seal.lua @@ -12,7 +12,7 @@ SMODS.Seal { atlas = "seal", pos = {x = 0, y = 0}, badge_colour = HEX "f6f6f6", - + pronouns = "he_him", calculate = function(_, card, context) if context.setting_blind or context.starting_shop then card.Roland_glass = nil diff --git a/src/spectral.lua b/src/spectral.lua index b98eb0b..44d088e 100644 --- a/src/spectral.lua +++ b/src/spectral.lua @@ -59,7 +59,7 @@ spectral { spectral { key = "dual", - pronouns = "he_they", + pronouns = "they_them", config = {extra = {amount = 2}}, loc_vars = function(_, _, card) return {vars = {card.ability.extra.amount}} @@ -89,7 +89,7 @@ spectral { spectral { key = "mirror", - pronouns = "he_they", + pronouns = "he_him", config = {extra = {amount = 1}}, loc_vars = function(_, _, card) return {vars = {card.ability.extra.amount}} @@ -109,7 +109,7 @@ spectral { hidden = true, soul_rate = 0.003, soul_set = "Spectral", - pronouns = "she_they", + pronouns = "it_its", config = {extra = {amount = 2}}, loc_vars = function(_, _, card) return {vars = {card.ability.extra.amount}}