Nerf new deck

This commit is contained in:
Emik 2026-06-06 14:37:55 +02:00
parent fa1b398c08
commit 71b2029f47
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.7.1"
"version": "1.7.2"
}