mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
[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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user