Let wii phone add boosters

This commit is contained in:
Emik 2026-07-02 22:06:30 +02:00
parent e7a5766812
commit eebc3fb7ac
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 8 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"id": "Roland",
"name": "Roland",
"prefix": "Roland",
"version": "2.9.30",
"version": "2.9.31",
"badge_colour": "8BE9FD",
"display_name": "Roland",
"main_file": "src/main.lua",

View file

@ -250,7 +250,13 @@ charm {
delay(1)
q(function()
card.ability.extra.active = false
f((G.GAME.modifiers.extra_boosters or 0) + 2)
:map(f.const(nil))
:each(SMODS.add_booster_to_shop)
q(function()
card.ability.extra.active = false
end)
end)
end)
end)