From 956bab043df8ea228ea0bf91a045bf4d85a2c980 Mon Sep 17 00:00:00 2001 From: Emik Date: Sun, 7 Jun 2026 12:58:07 +0200 Subject: [PATCH] Fix The Rot's text in Cryptid --- manifest.json | 2 +- src/slugcat.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 71f4506..fb7999f 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.7.7" + "version": "1.7.8" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index 931d156..0ca41c1 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -750,8 +750,7 @@ SMODS.Joker { loc_txt = { name = "The Rot", text = { - not Cryptid and "{C:inactive,E:1}Does nothing" or nil, - Cryptid and "{C:attention}Duplicates itself{} at the" or nil, + Cryptid and "{C:attention}Duplicates itself{} at the" or "{C:inactive,E:1}Does nothing", Cryptid and "end of {C:attention}every ante" or nil, }, },