From a2a238be3adbe4dcc62537c2adcfdc2ede4c4b3f Mon Sep 17 00:00:00 2001 From: Emik Date: Fri, 25 Apr 2025 03:47:38 +0200 Subject: [PATCH] Hunter is now Epic --- manifest.json | 2 +- src/slugcat.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c26dbae..6a4f068 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.5.3" + "version": "1.5.4" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index 1b6591b..880e878 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -157,7 +157,7 @@ SMODS.Joker { perishable_compat = false, soul_pos = {x = 1, y = 0}, cost = Cryptid and 20 or 8, - rarity = Cryptid and 4 or 3, + rarity = Cryptid and epic or 3, loc_vars = function(_, info_queue, card) local function rounds(amount) return " round" .. ((math.abs(amount) > 1 or math.abs(amount) == 0) and "s" or "")