Buff Omega

This commit is contained in:
Emik 2026-06-12 23:01:47 +02:00
parent 7786ca2a8f
commit a6e349fb57
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -19,5 +19,5 @@
"conflicts": [
"Jen"
],
"version": "1.7.20"
"version": "1.7.21"
}

View file

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