From 74b185e090a2130200cf9fe3d0c7c6d2891c7fd5 Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 27 May 2026 13:12:10 +0200 Subject: [PATCH] Rephrase The Wee, buff its payout --- manifest.json | 2 +- src/blind.lua | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index ecb4353..b4e755e 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.6.17" + "version": "1.6.18" } \ No newline at end of file diff --git a/src/blind.lua b/src/blind.lua index 5e88511..3571ef9 100644 --- a/src/blind.lua +++ b/src/blind.lua @@ -36,7 +36,7 @@ SMODS.Blind { atlas = "janeblinds", pos = {x = 0, y = 0}, vars = {}, - dollars = 6, + dollars = Cryptid and 7 or 5, defeat = function(_) if not Cryptid then offset_operator(2 - Jane.get_operator()) @@ -98,7 +98,7 @@ end SMODS.Blind { loc_txt = { name = "The Wee", - text = {"Only 2s can be played"}, + text = {"All non-2s are debuffed", "and cannot be played"}, }, key = "wee", config = {}, @@ -107,7 +107,7 @@ SMODS.Blind { atlas = "janeblinds", pos = {x = 0, y = 3}, vars = {}, - dollars = 2, + dollars = Cryptid and 2 or 5, disable = function(self) self.disabled = true end, @@ -123,7 +123,7 @@ SMODS.Blind { end end, get_loc_debuff_text = function(_) - return "Hand must contain only 2s" + return "Hand must strictly contain only 2s" end, recalc_debuff = function(self, card, _) return not self.disabled and