From 00abcb0c141d42458d9621086fc5ca91ffc5e95e Mon Sep 17 00:00:00 2001 From: Emik Date: Sat, 26 Apr 2025 21:43:44 +0200 Subject: [PATCH] Decrease price of Hunter in Cryptid --- manifest.json | 2 +- src/slugcat.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6a4f068..16d338d 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.5.4" + "version": "1.5.5" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index 880e878..c13d1c2 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -156,7 +156,7 @@ SMODS.Joker { eternal_compat = false, perishable_compat = false, soul_pos = {x = 1, y = 0}, - cost = Cryptid and 20 or 8, + cost = Cryptid and 15 or 8, rarity = Cryptid and epic or 3, loc_vars = function(_, info_queue, card) local function rounds(amount)