From d8c3f83e71da54edbe26d294c4b304fe21bc2eae Mon Sep 17 00:00:00 2001 From: Emik Date: Mon, 3 Aug 2026 22:47:59 +0200 Subject: [PATCH] Unban Saint and ban skip tag --- lovely.toml | 5 ++--- manifest.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lovely.toml b/lovely.toml index 37c2ff7..f2eea08 100644 --- a/lovely.toml +++ b/lovely.toml @@ -65,6 +65,8 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset.. (function() local banned = { tags = { + -- Does nothing other than pollute the tag pool. + "tag_skip", -- Disabling boss blinds doesn't do anything in PvP blinds. "tag_Bakery_DownTag", }, @@ -130,8 +132,6 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset.. "j_ExtraCredit_permanentmarker", -- This heavily encourages high card spam to capitalize on the held in hand plays. "j_jane_survivor", - -- Getting Ankh 3 times within 9 antes is too speculative. - "j_jane_saint", -- We don't like multiplayer jokers in this household! "j_mp_conjoined_joker", "j_mp_skip_off", @@ -164,4 +164,3 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset.. ) end)() """ -match_indent = true diff --git a/manifest.json b/manifest.json index 45733ad..b74910e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "priority": 10000001, - "version": "1.0.18", + "version": "1.0.19", "id": "WalledGarden", "name": "WalledGarden", "icon_path": "icon.png",