From 8122036a5585a8761e225726d62fd2a06d16f7c6 Mon Sep 17 00:00:00 2001 From: Emik Date: Fri, 26 Jun 2026 14:28:28 +0200 Subject: [PATCH] Buff Saint --- manifest.json | 2 +- src/slugcat.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index ce44c09..d74a1a9 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "conflicts": [ "Jen" ], - "version": "1.11.0" + "version": "1.11.1" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index 9b26091..c6f19f1 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -590,7 +590,7 @@ SMODS.Joker { Jane.cry and "{C:inactive}(Gateway has no downside)" or nil, }, }, - config = {extra = {changes_editions = false, jokers = Jane.cry and 10 or 1, karma = 0, max_karma = Jane.cry and 10 or 3}}, + config = {extra = {changes_editions = false, jokers = Jane.cry and 10 or 1, karma = 0, max_karma = Jane.cry and 10 or 2}}, pos = {x = 0, y = 0}, soul_pos = {x = 1, y = 0}, cost = 20, @@ -622,7 +622,7 @@ SMODS.Joker { end, update = function(_, card, _) if card.edition and card.edition.Roland_frozen then - card:set_edition("e_jane_moire") + card:set_edition("e_base") elseif card.children.floating_sprite then card.children.floating_sprite:set_sprite_pos({x = card.ability.extra.is_attuned and 2 or 1, y = 0}) end