The Great Station Site Refactor (#21172)

**Requesting Test Merge**

Refactors multiple stationary away sites (like sensor array) to
ship/stationary to allow for their systems to properly function

Current maps refactored
- Sensor Array
- Hedgemony Waypoint
- People's Station
- IHSS Reclamation

---------

Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
Ben
2025-09-06 06:32:02 -04:00
committed by GitHub
parent 387f141959
commit b88f19690d
11 changed files with 297 additions and 54 deletions
+4 -1
View File
@@ -42,6 +42,8 @@
/obj/effect/overmap/proc/get_scan_data(mob/user)
if(static_vessel == TRUE)
if(instant_contact)
. += "<br>It is broadcasting a distress signal."
. += "<hr>"
. += "<br><center><large><b>Scan Details</b></large>"
. += "<br><large><b>[name]</b></large></center>"
@@ -56,7 +58,8 @@
. += "<hr>"
. += "<br><center><b>Native Database Notes</b></center>"
. += "<br><small>[desc]</small>"
if(landing_site == TRUE)
return
else if(landing_site == TRUE)
. += "<hr>"
. += "<br><center><large><b>Designated Landing Zone Details</b></large>"
. += "<br><large><b>[name]</b></large></center>"