Fix faster planets
This commit is contained in:
parent
18e763be35
commit
a6e6289349
2 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"id": "Roland",
|
||||
"name": "Roland",
|
||||
"prefix": "Roland",
|
||||
"version": "2.9.13",
|
||||
"version": "2.9.14",
|
||||
"badge_colour": "8BE9FD",
|
||||
"display_name": "Roland",
|
||||
"main_file": "src/main.lua",
|
||||
|
|
|
|||
|
|
@ -62,7 +62,10 @@ function G.FUNCS.use_card(e, ...)
|
|||
discover_card(ref.config.center)
|
||||
ref:use_consumeable(ref.area)
|
||||
SMODS.calculate_context {area = ref.area, consumeable = ref, using_consumeable = true}
|
||||
ref:remove()
|
||||
|
||||
q(function()
|
||||
ref:remove()
|
||||
end)
|
||||
|
||||
if normal then
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue