Make Astronomer work on mini celestial packs

This commit is contained in:
Emik 2025-03-24 12:15:12 +01:00
parent 08e4de57fd
commit 82863e7933
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D

View file

@ -148,6 +148,11 @@ for i = 1, 2 do
end,
ease_background_colour = function(_) ease_background_colour_blind(G.STATES.PLANET_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(_)
G.booster_pack_stars = Particles(1, 1, 0,0, {
fill = true,