Make Astronomer work on mini celestial packs
This commit is contained in:
parent
08e4de57fd
commit
82863e7933
1 changed files with 9 additions and 4 deletions
|
|
@ -148,6 +148,11 @@ for i = 1, 2 do
|
||||||
end,
|
end,
|
||||||
ease_background_colour = function(_) ease_background_colour_blind(G.STATES.PLANET_PACK) end,
|
ease_background_colour = function(_) ease_background_colour_blind(G.STATES.PLANET_PACK) end,
|
||||||
create_UIBox = function(_) return create_UIBox_celestial_pack() end,
|
create_UIBox = function(_) return create_UIBox_celestial_pack() end,
|
||||||
|
set_ability = function (_, card, _, delay_sprites)
|
||||||
|
card.ability = card.ability or {}
|
||||||
|
card.ability.set = "Booster"
|
||||||
|
card.ability.name = "Mini Celestial Pack"
|
||||||
|
end,
|
||||||
particles = function(_)
|
particles = function(_)
|
||||||
G.booster_pack_stars = Particles(1, 1, 0,0, {
|
G.booster_pack_stars = Particles(1, 1, 0,0, {
|
||||||
fill = true,
|
fill = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue