mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
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
This commit is contained in:
@@ -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