This commit is contained in:
Kyep
2018-07-07 16:34:23 -07:00
parent 2e5f6fe6d5
commit 24e575da21
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -344,7 +344,7 @@
/obj/machinery/computer/syndicate_depot/teleporter/proc/update_portal()
if(portal_enabled && !myportal)
var/turf/tele_target = chosetarget()
var/turf/tele_target = choosetarget()
if(!tele_target)
return
var/turf/portal_turf = get_step(src, portaldir)
@@ -55,7 +55,7 @@
desc = "A label on it reads: <i>Activate to have a singularity beacon teleported to your location</i>."
origin_tech = "bluespace=6;syndicate=5"
syndicate = TRUE
var/obj/machinery/computer/mycomputer
var/obj/machinery/computer/syndicate_depot/teleporter/mycomputer
/obj/item/radio/beacon/syndicate/Destroy()
if(mycomputer)