From 5b9dea6bf30ef651eca4514e74e1d9c8eab3d708 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Wed, 27 Dec 2023 23:42:29 +0300 Subject: [PATCH] [MIRROR] Icebox escape pods now properly target the Icemoon surface [MDB IGNORE] (#1214) * Icebox escape pods now properly target the Icemoon surface (#80452) ## About The Pull Request This fixes Icebox escape pods only landing in certain ruins when launched early. `/area/icemoon/surface/outdoors` only shows up in a few select ruins. The new area value used to decide a landing point, `/area/icemoon/surface/outdoors/unexplored/rivers/no_monsters`, covers the majority of the Icemoon surface. ## Why It's Good For The Game Closes #78735. Escape pods might not very useful on Icebox, but this makes using them less hazardous. You're guaranteed to at least land somewhere safe and away from the station. ## Changelog :cl: Rhials fix: Icebox escape pods will now land randomly on the surface, instead of only in certain ruins. /:cl: * Icebox escape pods now properly target the Icemoon surface --------- Co-authored-by: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Co-authored-by: Rhials <28870487+Rhials@users.noreply.github.com> --- code/modules/shuttle/emergency.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttle/emergency.dm b/code/modules/shuttle/emergency.dm index d1b30ddfad5..73de05a8f37 100644 --- a/code/modules/shuttle/emergency.dm +++ b/code/modules/shuttle/emergency.dm @@ -744,7 +744,7 @@ return INITIALIZE_HINT_QDEL /obj/docking_port/stationary/random/icemoon - target_area = /area/icemoon/surface/outdoors + target_area = /area/icemoon/surface/outdoors/unexplored/rivers/no_monsters //Pod suits/pickaxes