From 5931aa264b143db5fd6cb976bdd08f711f1bc635 Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 24 Jun 2026 01:01:28 +0200 Subject: [PATCH] Clarify --- manifest.json | 2 +- src/slugcat.lua | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index db077ef..0bcffc5 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "conflicts": [ "Jen" ], - "version": "1.10.7" + "version": "1.10.8" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index a16934a..4576446 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -586,7 +586,9 @@ SMODS.Joker { "other Jokers to its", "left's {X:legendary,C:white}Eternal{} sticker", "{C:attention}#4#{}#5#{X:black,C:jane_RGB}#6#{C:spectral}#7#", - "{C:inactive}#8#{C:attention}#9#{C:inactive}#10#", + "{C:spectral}Spectral {}cards may", + "appear in the shop", + "{C:inactive,s:1.25}#8#{C:attention,s:1.25}#9#{C:inactive,s:1.25}#10#{C:inactive}#11#", Jane.cry and "{C:inactive}(Gateway has no downside)" or nil, }, }, @@ -615,7 +617,8 @@ SMODS.Joker { attuned and "" or (Jane.cry and " Gateways" or " Ankhs"), attuned and "" or "[", attuned and "" or karma, - attuned and "(Cannot be debuffed)" or " / " .. max_karma .. "]", + attuned and "" or " / " .. max_karma .. "]", + attuned and "(Cannot be debuffed)" or "", }, } end,