diff --git a/lovely.toml b/lovely.toml index c50b03c..1caef53 100644 --- a/lovely.toml +++ b/lovely.toml @@ -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)() """ diff --git a/manifest.json b/manifest.json index 0cad72e..766cc26 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "priority": 10000001, - "version": "1.0.15", + "version": "1.0.16", "id": "WalledGarden", "name": "WalledGarden", "icon_path": "icon.png",