From fcd2afbd06a67efab2eec13321954a0e8871a909 Mon Sep 17 00:00:00 2001 From: fernerr <35879136+fernerr@users.noreply.github.com> Date: Thu, 9 Apr 2020 21:21:54 +0200 Subject: [PATCH] Fixes the research shuttle leaving the wrong turfs behind (#8637) --- html/changelogs/Ferner-200409-bugfix_researchshuttleturfs.yml | 4 ++++ maps/aurora/code/aurora_shuttles.dm | 1 + 2 files changed, 5 insertions(+) create mode 100644 html/changelogs/Ferner-200409-bugfix_researchshuttleturfs.yml diff --git a/html/changelogs/Ferner-200409-bugfix_researchshuttleturfs.yml b/html/changelogs/Ferner-200409-bugfix_researchshuttleturfs.yml new file mode 100644 index 00000000000..a7bb3dc4ab0 --- /dev/null +++ b/html/changelogs/Ferner-200409-bugfix_researchshuttleturfs.yml @@ -0,0 +1,4 @@ +author: Ferner +delete-after: True +changes: + - bugfix: "Fixes the research shuttle not leaving the proper turfs behind." diff --git a/maps/aurora/code/aurora_shuttles.dm b/maps/aurora/code/aurora_shuttles.dm index 79220fa942f..3d2f77803fd 100644 --- a/maps/aurora/code/aurora_shuttles.dm +++ b/maps/aurora/code/aurora_shuttles.dm @@ -379,6 +379,7 @@ AURORA_ESCAPE_POD(3) name = "Research Dock" landmark_tag = "nav_research_dock" docking_controller = "science_bridge" + base_turf = /turf/unsimulated/floor/asteroid/ash /obj/effect/shuttle_landmark/research/interim name = "In Transit"