Reduce hands by 1
This commit is contained in:
parent
198ff17dbd
commit
240088b373
2 changed files with 3 additions and 3 deletions
|
|
@ -49,8 +49,8 @@ payload = """(function()
|
||||||
return MP.LOBBY.config.ruleset == "ruleset_mp_walledgarden" and
|
return MP.LOBBY.config.ruleset == "ruleset_mp_walledgarden" and
|
||||||
ease_dollars(
|
ease_dollars(
|
||||||
MP.LOBBY.deck.back == "Green Deck" and
|
MP.LOBBY.deck.back == "Green Deck" and
|
||||||
G.GAME.round_resets.hands * 2 + G.GAME.round_resets.discards or
|
(G.GAME.round_resets.hands - 1) * 2 + G.GAME.round_resets.discards or
|
||||||
G.GAME.round_resets.hands
|
G.GAME.round_resets.hands - 1
|
||||||
)
|
)
|
||||||
end)()
|
end)()
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"priority": 10000001,
|
"priority": 10000001,
|
||||||
"version": "1.0.15",
|
"version": "1.0.16",
|
||||||
"id": "WalledGarden",
|
"id": "WalledGarden",
|
||||||
"name": "WalledGarden",
|
"name": "WalledGarden",
|
||||||
"icon_path": "icon.png",
|
"icon_path": "icon.png",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue