Let wii phone add boosters
This commit is contained in:
parent
e7a5766812
commit
5066875317
2 changed files with 8 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -249,11 +249,17 @@ charm {
|
|||
G.STATE_COMPLETE = false
|
||||
delay(1)
|
||||
|
||||
q(function()
|
||||
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)
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue