From 1df4bd57468f893f30b1ea3e985a67950d12ff15 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 12 Aug 2020 12:32:47 +0200 Subject: [PATCH] [MIRROR] fixes ice box pods landing 3 tiles away... (#313) * fixes ice box pods landing 3 tiles away (#52844) they now land in a random place on the same z level. the docking ports for pods check for the lavaland area for random tiles place themselves on, but ice moon doesnt have a lavaland, so they land in the default space, which is 3 tiles away * fixes ice box pods landing 3 tiles away... Co-authored-by: Fikou --- _maps/map_files/IceBoxStation/IceBoxStation.dmm | 8 ++++---- code/modules/shuttle/emergency.dm | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/_maps/map_files/IceBoxStation/IceBoxStation.dmm b/_maps/map_files/IceBoxStation/IceBoxStation.dmm index a86347e7c47..543815b26d9 100644 --- a/_maps/map_files/IceBoxStation/IceBoxStation.dmm +++ b/_maps/map_files/IceBoxStation/IceBoxStation.dmm @@ -6321,7 +6321,7 @@ /turf/closed/wall/r_wall, /area/maintenance/solars/starboard/fore) "aog" = ( -/obj/docking_port/stationary/random{ +/obj/docking_port/stationary/random/icemoon{ dir = 8; id = "pod_lavaland2"; name = "lavaland" @@ -10492,7 +10492,7 @@ /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) "ayw" = ( -/obj/docking_port/stationary/random{ +/obj/docking_port/stationary/random/icemoon{ dir = 4; id = "pod_lavaland3"; name = "lavaland" @@ -22309,7 +22309,7 @@ /turf/open/floor/plasteel/dark, /area/chapel/main) "baC" = ( -/obj/docking_port/stationary/random{ +/obj/docking_port/stationary/random/icemoon{ dir = 8; id = "pod_lavaland1"; name = "lavaland" @@ -31380,7 +31380,7 @@ /turf/open/floor/plasteel, /area/security/checkpoint/supply) "bvM" = ( -/obj/docking_port/stationary/random{ +/obj/docking_port/stationary/random/icemoon{ dir = 4; id = "pod_lavaland4"; name = "lavaland" diff --git a/code/modules/shuttle/emergency.dm b/code/modules/shuttle/emergency.dm index ff5512328ae..a5c203a2f96 100644 --- a/code/modules/shuttle/emergency.dm +++ b/code/modules/shuttle/emergency.dm @@ -516,6 +516,9 @@ WARNING("docking port '[id]' could not be randomly placed in [target_area]: of [original_len] turfs, none were suitable") return INITIALIZE_HINT_QDEL +/obj/docking_port/stationary/random/icemoon + target_area = /area/icemoon/surface/outdoors + //Pod suits/pickaxes