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,