From 04bdb201e13194e1dc26195ffac4f12279de2dcb Mon Sep 17 00:00:00 2001 From: Emik Date: Thu, 27 Mar 2025 03:05:28 +0100 Subject: [PATCH] Use different wording --- src/joker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joker.lua b/src/joker.lua index f14d65d..8c82a2c 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -263,7 +263,7 @@ SMODS.Joker { return {vars = { is_corrupted and " (Corrupted)" or "", amount, - is_corrupted and "Uncorrupts " or "", + is_corrupted and "Purifies " or "", is_corrupted and "in " or "", is_corrupted and "" or "Destroying ", effective .. (is_corrupted and " round" or " steel card") .. plural,