From 71b2029f47c04482efc1f011ea9e2a6c6762acec Mon Sep 17 00:00:00 2001 From: Emik Date: Sat, 6 Jun 2026 14:37:55 +0200 Subject: [PATCH] Nerf new deck --- lovely.toml | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lovely.toml b/lovely.toml index 1c4dd9f..281bbb1 100644 --- a/lovely.toml +++ b/lovely.toml @@ -170,8 +170,8 @@ self.jokers = CardArea( 0, 0, CAI.joker_W+CAI.consumeable_W, CAI.joker_H, - {card_limit = self.GAME.starting_params.joker_slots + - self.GAME.starting_params.consumable_slots * + {card_limit = (self.GAME.starting_params.joker_slots + + self.GAME.starting_params.consumable_slots - 1) * (G.GAME.modifiers.alt_jane_spacious and 2 or 1), type = 'joker', highlight_limit = 1e100 diff --git a/manifest.json b/manifest.json index 987ecc2..da9bf00 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.7.1" + "version": "1.7.2" } \ No newline at end of file