From d0a9cdfe72c7f6f791df88e596b339f710e1a2b6 Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 1 Apr 2025 23:09:09 +0200 Subject: [PATCH] Mark The Hunter incompatible with perishable --- manifest.json | 2 +- src/slugcat.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cc0ab02..833e3da 100644 --- a/manifest.json +++ b/manifest.json @@ -12,5 +12,5 @@ "Bakery (>=0.1.26~*)" ], "conflicts": ["Jen"], - "version": "0.3.2" + "version": "0.3.3" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index e4b5918..eaaf717 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -117,6 +117,7 @@ SMODS.Joker { config = {extra = {rounds_left = hunter[1]}}, pos = {x = 0, y = 0}, eternal_compat = false, + perishable_compat = false, soul_pos = {x = 1, y = 0}, cost = Cryptid and 20 or 8, rarity = Cryptid and 4 or 3,