diff --git a/lovely.toml b/lovely.toml index 281bbb1..f3893a7 100644 --- a/lovely.toml +++ b/lovely.toml @@ -171,7 +171,8 @@ self.jokers = CardArea( CAI.joker_W+CAI.consumeable_W, CAI.joker_H, {card_limit = (self.GAME.starting_params.joker_slots + - self.GAME.starting_params.consumable_slots - 1) * + self.GAME.starting_params.consumable_slots - + (G.GAME.modifiers.jane_spacious_omega and 0 or 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 04dd11f..a5f7a5f 100644 --- a/manifest.json +++ b/manifest.json @@ -19,5 +19,5 @@ "conflicts": [ "Jen" ], - "version": "1.7.20" + "version": "1.7.21" } \ No newline at end of file diff --git a/src/back.lua b/src/back.lua index b807497..bd9f623 100644 --- a/src/back.lua +++ b/src/back.lua @@ -631,6 +631,7 @@ back { text = { "{C:attention}Joker {}and {C:attention}Consumable", "slots are {C:attention}combined", + "{C:attention}-1 {}Slot", }, }, alt_loc_txt = { @@ -689,6 +690,7 @@ back { apply_orrery() G.GAME.modifiers.jane_spacious = true G.GAME.used_vouchers.v_omen_globe = true + G.GAME.modifiers.jane_spacious_omega = true G.GAME.starting_voucher_count = (G.GAME.starting_voucher_count or 0) + 1 Jane.q(function()