This commit is contained in:
kevinz000
2018-12-06 18:34:37 -08:00
parent 8f946a39b4
commit c2c688c4c8
210 changed files with 296 additions and 296 deletions
@@ -8,7 +8,7 @@
var/list/engines = list()
var/obj/effect/map/ship/linked
/obj/machinery/computer/engines/initialize()
/obj/machinery/computer/engines/Initialize()
. = ..()
linked = map_sectors["[z]"]
if (linked)
+1 -1
View File
@@ -10,7 +10,7 @@
var/dx //desitnation
var/dy //coordinates
/obj/machinery/computer/helm/initialize()
/obj/machinery/computer/helm/Initialize()
. = ..()
linked = map_sectors["[z]"]
if (linked)
@@ -8,7 +8,7 @@
var/obj/effect/map/destination //current destination
var/obj/effect/map/home //current destination
/obj/machinery/computer/shuttle_control/explore/initialize()
/obj/machinery/computer/shuttle_control/explore/Initialize()
. = ..()
home = map_sectors["[z]"]
shuttle_tag = "[shuttle_tag]-[z]"