[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 <piotrbryla@onet.pl>
This commit is contained in:
SkyratBot
2020-08-12 12:32:47 +02:00
committed by GitHub
parent 4a15a2e553
commit 1df4bd5746
2 changed files with 7 additions and 4 deletions
@@ -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"
+3
View File
@@ -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