Fix lleill teleport (#18303)

Fixes lleill sparking and losing energy when choosing no option when trying teleport to a ring.
This commit is contained in:
SatinIsle
2025-08-19 22:38:41 +02:00
committed by GitHub
parent 8ef590f3fd
commit 34626a2a14
@@ -204,6 +204,9 @@
else
var/obj/structure/glamour_ring/R = tgui_input_list(src, "Where do you wish to teleport?", "Teleport", src.teleporters)
if(!R)
return
var/datum/effect/effect/system/spark_spread/spk
spk = new(src)