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",
|
"id": "Roland",
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"version": "2.9.30",
|
"version": "2.9.31",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"display_name": "Roland",
|
"display_name": "Roland",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
|
|
|
||||||
|
|
@ -250,7 +250,13 @@ charm {
|
||||||
delay(1)
|
delay(1)
|
||||||
|
|
||||||
q(function()
|
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)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue