Remove registration
This commit is contained in:
parent
54e35d3d36
commit
2ab4f8a4be
3 changed files with 2 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"id": "Roland",
|
"id": "Roland",
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"version": "2.8.0",
|
"version": "2.8.1",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"display_name": "Roland",
|
"display_name": "Roland",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ charm {
|
||||||
G.STATE = G.STATES.SHOP
|
G.STATE = G.STATES.SHOP
|
||||||
G.GAME.shop_free = nil
|
G.GAME.shop_free = nil
|
||||||
G.GAME.shop_d6ed = nil
|
G.GAME.shop_d6ed = nil
|
||||||
-- G.STATE_COMPLETE = false
|
G.STATE_COMPLETE = true
|
||||||
play_sound("whoosh1", 1.33333, 0.8)
|
play_sound("whoosh1", 1.33333, 0.8)
|
||||||
play_sound("whoosh1", 0.66666, 0.8)
|
play_sound("whoosh1", 0.66666, 0.8)
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
|
|
@ -446,10 +446,6 @@ joker {
|
||||||
loc_vars = function(_, info_queue)
|
loc_vars = function(_, info_queue)
|
||||||
table.insert(info_queue, G.P_CENTERS.e_Roland_frozen)
|
table.insert(info_queue, G.P_CENTERS.e_Roland_frozen)
|
||||||
end,
|
end,
|
||||||
inject = function(...)
|
|
||||||
SMODS.Joker.inject(...)
|
|
||||||
Bakery_API.retrigger_jokers.j_Roland_arctic = true
|
|
||||||
end,
|
|
||||||
calculate = function(_, card, context)
|
calculate = function(_, card, context)
|
||||||
local extra = card.ability.extra
|
local extra = card.ability.extra
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue