Skip to content

Commit

Permalink
Andromeda Haven (Citadel-Station-13#6799)
Browse files Browse the repository at this point in the history
Co-authored-by: GySgtMurphy <[email protected]>
  • Loading branch information
Athena148 and GySgtMurphy authored Oct 28, 2024
1 parent 38e7007 commit 46f28c8
Show file tree
Hide file tree
Showing 3 changed files with 54,176 additions and 0 deletions.
1 change: 1 addition & 0 deletions citadel.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3328,6 +3328,7 @@
#include "code\modules\maps\misc_maps\lavaland\_lavaland.dm"
#include "code\modules\maps\overmap\planets\_lythios43c.dm"
#include "code\modules\maps\overmap\planets\_virgo3b.dm"
#include "code\modules\maps\overmap\planets\admin_andromeda.dm"
#include "code\modules\maps\overmap\planets\admin_croatoan.dm"
#include "code\modules\maps\overmap\planets\classd.dm"
#include "code\modules\maps\overmap\planets\classg.dm"
Expand Down
176 changes: 176 additions & 0 deletions code/modules/maps/overmap/planets/admin_andromeda.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
/obj/overmap/entity/visitable/sector/admin/andromeda_haven
name = "Andromeda Haven"
desc = "A massive space station constructed on the borders between frontier and Three Hands Hegemony space. Designed to act as a forward operating base, offering R&R to passing vessels at a much cheaper rate and avaliability then Hegemony authority can offer."
scanner_desc = @{"[b][i]Registration[/i][/b]: ISS Andromeda Haven
[b][i]Class[/i][/b]: Orbital Habitat
[b][i]Transponder[/i][/b]: Independent IFF
[b][i]Notice[/i][/b]: Contact traffic control to organize landing and resupply."}
icon_state = "fueldepot"
color = "#7a401e"
known = FALSE
in_space = 0

/datum/map_template/sector/overmap/admin/andromeda_haven
name = "OM Planet - Andromeda Haven (New Z)"
desc = "Andromeda Haven, an independent space station on the borders of Three Hands Hegemony space."
prefix = "maps/sectors/admin_planets_192/"
suffix = "andromeda.dmm"

/area/admin_planet/andromeda
name = "Andromeda Haven"
icon_state = "away"
requires_power = 1
dynamic_lighting = 1

/area/admin_planet/andromeda/NEXUS_Hallway
name = "NEXUS Hallway"

/area/admin_planet/andromeda/lobby
name = "Main Lobby"

/area/admin_planet/andromeda/lounge
name = "Lounge"

/area/admin_planet/andromeda/supply_lobby
name = "Supply Lobby"

/area/admin_planet/andromeda/supply_office
name = "Supply Office"

/area/admin_planet/andromeda/supply_prep
name = "Supply Locker Room"

/area/admin_planet/andromeda/supply_transit
name = "Supply Transit Room"

/area/admin_planet/andromeda/supply_warehouse
name = "Supply Warehouse"

/area/admin_planet/andromeda/checkpoint_1
name = "Security Checkpoint Room 1"

/area/admin_planet/andromeda/checkpoint_2
name = "Security Checkpoint Room 2"

/area/admin_planet/andromeda/northern_lobby
name = "Northern Lobby"

/area/admin_planet/andromeda/janitorial
name = "Janitorial"

/area/admin_planet/andromeda/medward_lobby
name = "Medical Ward Lobby"

/area/admin_planet/andromeda/medward_treatment
name = "Medical Ward Treatment Center"

/area/admin_planet/andromeda/medward_surgical_a
name = "Medical Ward Surgical Suite A"

/area/admin_planet/andromeda/medward_surgical_b
name = "Medical Ward Surgical Suite B"

/area/admin_planet/andromeda/medward_storage
name = "Medical Ward Equipment Storage"

/area/admin_planet/andromeda/medward_chemistry
name = "Medical Ward Chemistry"

/area/admin_planet/andromeda/medward_cryo_morgue
name = "Medical Ward Cryo Therapy and Morgue"

/area/admin_planet/andromeda/medward_seniorphys_office
name = "Senior Physicians Office"

/area/admin_planet/andromeda/sec_lobby
name = "Security Lobby"

/area/admin_planet/andromeda/sec_lockers
name = "Security Locker Room"

/area/admin_planet/andromeda/sec_equipment
name = "Security Equipment Storage"

/area/admin_planet/andromeda/sec_office
name = "Security Office"

/area/admin_planet/andromeda/sec_briefing
name = "Security Briefing Room"

/area/admin_planet/andromeda/sec_holding_cell
name = "Securiity Holding Cell"

/area/admin_planet/andromeda/sec_warden_office
name = "Wardens Office"

/area/admin_planet/andromeda/sec_armory
name = "Security Armory"

/area/admin_planet/andromeda/sec_heavy_armory
name = "Security Heavy Armory"

/area/admin_planet/andromeda/engi_lobby
name = "Engineering Lobby"

/area/admin_planet/andromeda/engi_prep
name = "Engineering Preparation"

/area/admin_planet/andromeda/engi_equipment
name = "Engineering Equipment Room"

/area/admin_planet/andromeda/engi_monitoring
name = "Engine Monitoring Room"

/area/admin_planet/andromeda/engi_workroom
name = "Engineering Workroom"

/area/admin_planet/andromeda/engi_senior_engineer
name = "Senior Engineers Office"

/area/admin_planet/andromeda/rnd_lobby
name = "R&D Lobby"

/area/admin_planet/andromeda/rnd_tool_storage
name = "R&D Tool Storage"

/area/admin_planet/andromeda/rnd_circuitry
name = "R&D Circuitry Lab"

/area/admin_planet/andromeda/rnd_nexus
name = "R&D Nexus"

/area/admin_planet/andromeda/rnd_lab
name = "R&D Laboratory"

/area/admin_planet/andromeda/rnd_robotics_lab
name = "R&D Robotics Laboratory"

/area/admin_planet/andromeda/rnd_lockers
name = "R&D Locker Room"

/area/admin_planet/andromeda/rnd_chem_research
name = "R&D Chemical Research"

/area/admin_planet/andromeda/rnd_xenobio_storage
name = "R&D Xenobio Equipment Storage"

/area/admin_planet/andromeda/rnd_xenobio
name = "R&D Xenobiological Laboratory"

/area/admin_planet/andromeda/rnd_anomaly_lab
name = "R&D Anomalous Materials Laboratory"

/area/admin_planet/andromeda/rnd_xenobotany
name = "R&D Xenobotanical Laboratory"

/area/admin_planet/andromeda/rnd_rd_office
name = "Research Directors Office"

/area/admin_planet/andromeda/northern_maints
name = "Northern Maintenance"

/area/admin_planet/andromeda/eastern_maints
name = "Eastern Maintenance"

/area/admin_planet/andromeda/western_maints
name = "Western Maintenance"
Loading

0 comments on commit 46f28c8

Please sign in to comment.