From 4e11ded51f17f92791d4381e4ff76d249498afa1 Mon Sep 17 00:00:00 2001 From: Emik Date: Fri, 5 Jun 2026 21:09:05 +0200 Subject: [PATCH] Unban jokers and vouchers, ban enhancements and consumables --- lovely.toml | 16 +++++++--------- manifest.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/lovely.toml b/lovely.toml index 7e1dc9d..d5a1f3a 100644 --- a/lovely.toml +++ b/lovely.toml @@ -37,28 +37,26 @@ sendInfoMessage("Attempting to register the Walled Garden ruleset...", "WalledGa (function() local banned = { tags = {"tag_Bakery_DownTag"}, - consumables = {"c_Bakery_Scribe", "c_mp_asteroid"}, - vouchers = {"v_jane_token_voucher", "v_jane_token_voucher_plus"}, + enhancements = {"m_Bakery_TimeWalk"}, + consumables = { + "c_mp_asteroid", + "c_Bakery_Scribe", + "c_bongcloud_the_knight", + "c_Roland_void", + }, jokers = { "j_chicot", "j_luchador", "j_jane_escapey", - "j_jane_spearmaster", "j_jane_survivor", - "j_jane_rot", - "j_jane_maxie", - "j_jane_honey", "j_mp_conjoined_joker", "j_mp_skip_off", "j_jane_artificer", - "j_jane_monk", - "j_jane_betmma", "j_mp_pacifist", "j_mp_lets_go_gambling", "j_jane_hunter", "j_mp_pizza", "j_jane_saint", - "j_jane_oxy", "j_jane_rivulet", "j_mp_taxes", "j_jane_gourmand", diff --git a/manifest.json b/manifest.json index 2cfe1a5..da3415a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "priority": 10000001, - "version": "1.0.0", + "version": "1.0.1", "id": "WalledGarden", "name": "WalledGarden", "icon_path": "icon.png",