mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user