Fix faster planets

This commit is contained in:
Emik 2026-06-19 19:10:54 +02:00
parent 18e763be35
commit a6e6289349
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 5 additions and 2 deletions

View file

@ -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",

View file

@ -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