Inherit edition
This commit is contained in:
parent
74b49855da
commit
601975e364
2 changed files with 6 additions and 5 deletions
|
|
@ -18,5 +18,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.11.6"
|
"version": "1.11.7"
|
||||||
}
|
}
|
||||||
|
|
@ -200,11 +200,12 @@ SMODS.Joker {
|
||||||
Jane.card_status_text(card, "Dead!", nil, 0.05 * card.T.h, G.C.BLACK, 2, 0, 0, nil, "bm", "jane_gore6")
|
Jane.card_status_text(card, "Dead!", nil, 0.05 * card.T.h, G.C.BLACK, 2, 0, 0, nil, "bm", "jane_gore6")
|
||||||
|
|
||||||
Jane.q(function()
|
Jane.q(function()
|
||||||
local card2 = create_card("Joker", G.jokers, nil, nil, nil, nil, "j_jane_rot", "hunter_rot_death")
|
local rot = create_card("Joker", G.jokers, nil, nil, nil, nil, "j_jane_rot", "hunter_rot_death")
|
||||||
card2:add_to_deck()
|
rot:add_to_deck()
|
||||||
G.jokers:emplace(card2)
|
G.jokers:emplace(rot)
|
||||||
card:set_eternal(nil)
|
card:set_eternal(nil)
|
||||||
card2:set_eternal(true)
|
rot:set_eternal(true)
|
||||||
|
rot:set_edition(card.edition)
|
||||||
play_sound("jane_gore5")
|
play_sound("jane_gore5")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue