Cleans up and fixes old landmarks

This commit is contained in:
ShizCalev
2017-10-03 23:38:59 -04:00
parent 4881c712fc
commit 0ae5cd2d97
4 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -242,7 +242,7 @@
/obj/machinery/shuttle_manipulator/proc/load_template(
datum/map_template/shuttle/S)
// load shuttle template, centred at shuttle import landmark,
var/turf/landmark_turf = get_turf(locate("landmark*Shuttle Import"))
var/turf/landmark_turf = get_turf(locate(/obj/effect/landmark/shuttle_import) in GLOB.landmarks_list)
S.load(landmark_turf, centered = TRUE)
var/affected = S.get_affected_turfs(landmark_turf, centered=TRUE)