Make Gourmand quiet
This commit is contained in:
parent
31669e6b0c
commit
7dfc8671e4
3 changed files with 3 additions and 3 deletions
|
|
@ -18,5 +18,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.10.4"
|
"version": "1.10.5"
|
||||||
}
|
}
|
||||||
|
|
@ -694,9 +694,9 @@ back {
|
||||||
G.GAME.starting_voucher_count = (G.GAME.starting_voucher_count or 0) + 1
|
G.GAME.starting_voucher_count = (G.GAME.starting_voucher_count or 0) + 1
|
||||||
|
|
||||||
Jane.q(function()
|
Jane.q(function()
|
||||||
|
add_rain_world_joker()
|
||||||
local wee = create_card("Joker", G.jokers, nil, nil, nil, nil, "j_wee", "weeck")
|
local wee = create_card("Joker", G.jokers, nil, nil, nil, nil, "j_wee", "weeck")
|
||||||
G.jokers:emplace(wee)
|
G.jokers:emplace(wee)
|
||||||
add_rain_world_joker()
|
|
||||||
G.GAME.tortoise = true
|
G.GAME.tortoise = true
|
||||||
G.GAME.obsidian = true
|
G.GAME.obsidian = true
|
||||||
G.GAME.mysterious = true
|
G.GAME.mysterious = true
|
||||||
|
|
|
||||||
|
|
@ -559,7 +559,7 @@ function Card:draw(layer)
|
||||||
not self.edition and
|
not self.edition and
|
||||||
(self.area == G.consumeables or cen.set ~= "Booster") and
|
(self.area == G.consumeables or cen.set ~= "Booster") and
|
||||||
next(SMODS.find_card("j_jane_gourmand")) then
|
next(SMODS.find_card("j_jane_gourmand")) then
|
||||||
self:set_edition("e_jane_jumbo")
|
self:set_edition("e_jane_jumbo", true, true)
|
||||||
end
|
end
|
||||||
|
|
||||||
orig_draw(self, layer)
|
orig_draw(self, layer)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue