Unban Saint and ban skip tag

This commit is contained in:
Emik 2026-08-03 22:47:59 +02:00
parent 2720ce3848
commit 31c7971b9f
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 4 deletions

View file

@ -65,6 +65,8 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset..
(function() (function()
local banned = { local banned = {
tags = { tags = {
-- Does nothing other than pollute the tag pool.
"tag_skip",
-- Disabling boss blinds doesn't do anything in PvP blinds. -- Disabling boss blinds doesn't do anything in PvP blinds.
"tag_Bakery_DownTag", "tag_Bakery_DownTag",
}, },
@ -130,8 +132,6 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset..
"j_ExtraCredit_permanentmarker", "j_ExtraCredit_permanentmarker",
-- This heavily encourages high card spam to capitalize on the held in hand plays. -- This heavily encourages high card spam to capitalize on the held in hand plays.
"j_jane_survivor", "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! -- We don't like multiplayer jokers in this household!
"j_mp_conjoined_joker", "j_mp_conjoined_joker",
"j_mp_skip_off", "j_mp_skip_off",
@ -164,4 +164,3 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset..
) )
end)() end)()
""" """
match_indent = true

View file

@ -1,6 +1,6 @@
{ {
"priority": 10000001, "priority": 10000001,
"version": "1.0.18", "version": "1.0.19",
"id": "WalledGarden", "id": "WalledGarden",
"name": "WalledGarden", "name": "WalledGarden",
"icon_path": "icon.png", "icon_path": "icon.png",