From efbcf3b89aef7ebb1b2e9216c57e3a0341d053c6 Mon Sep 17 00:00:00 2001 From: Emik Date: Sat, 20 Jun 2026 09:32:04 +0200 Subject: [PATCH] Ban vouchers as a formality --- lovely.toml | 10 +++++++++- manifest.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lovely.toml b/lovely.toml index edb97aa..85587cf 100644 --- a/lovely.toml +++ b/lovely.toml @@ -74,6 +74,14 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset.. -- This made standard booster packs a must-open. and reduced the complexity of choosing cards. "m_Bakery_TimeWalk", }, + vouchers = { + -- Strictly a downside when ante number does not exist. + "v_hieroglyph", + "v_petroglyph", + -- Rerolling boss blinds doesn't do anything in PvP blinds. + "v_directors_cut", + "v_retcon", + }, consumables = { -- Banned in favor of `c_mp_ouija_standard`. "c_ouija", @@ -111,7 +119,7 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset.. -- See `j_chicot`. "j_luchador", -- The first ante is the only time this would trigger. - "j_matador", + "j_matador", -- Preventing Death doesn't do anything in PvP blinds. "j_mr_bones", -- Trivializes Spacious deck because it gives a free Joker slot and is a Common. diff --git a/manifest.json b/manifest.json index 1b119f7..cc1db3f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "priority": 10000001, - "version": "1.0.13", + "version": "1.0.14", "id": "WalledGarden", "name": "WalledGarden", "icon_path": "icon.png",