From 990bae1c977efe8532ee0c79c468631f054297f3 Mon Sep 17 00:00:00 2001 From: Emik Date: Fri, 19 Jun 2026 18:27:00 +0200 Subject: [PATCH] Ban charm and bad multiplayer card --- lovely.toml | 6 ++++++ manifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lovely.toml b/lovely.toml index 7e8b3d3..edb97aa 100644 --- a/lovely.toml +++ b/lovely.toml @@ -87,10 +87,16 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset.. "c_Roland_void", -- Why add more variance on something that's already volatile? "c_mp_ectoplasm_standard", + -- There wasn't anything wrong with regular Wraith to begin with. + -- Don't fix what ain't broke! + "c_mp_wraith", -- Almost always better than any other planet card. "c_mp_asteroid", }, jokers = { + -- Strictly a downside when ante number does not exist. + -- Despite being a charm, it can be banned as though it was a joker. + "BakeryCharm_Bakery_Cogwheel", -- See `j_mr_bones` "j_Bakery_Wearywolf", -- See below. diff --git a/manifest.json b/manifest.json index d9414ad..1b119f7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "priority": 10000001, - "version": "1.0.12", + "version": "1.0.13", "id": "WalledGarden", "name": "WalledGarden", "icon_path": "icon.png",