Reduce hands by 1

This commit is contained in:
Emik 2026-06-22 20:11:32 +02:00
parent 198ff17dbd
commit 240088b373
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 3 deletions

View file

@ -49,8 +49,8 @@ payload = """(function()
return MP.LOBBY.config.ruleset == "ruleset_mp_walledgarden" and
ease_dollars(
MP.LOBBY.deck.back == "Green Deck" and
G.GAME.round_resets.hands * 2 + G.GAME.round_resets.discards or
G.GAME.round_resets.hands
(G.GAME.round_resets.hands - 1) * 2 + G.GAME.round_resets.discards or
G.GAME.round_resets.hands - 1
)
end)()
"""

View file

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