Merge pull request #3152 from Citadel-Station-13/upstream-merge-31296

[MIRROR] Cleans up and fixes old landmarks
This commit is contained in:
LetterJay
2017-10-05 09:12:35 -04:00
committed by GitHub
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)