Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions code/game/area/Point_Loma.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@

/area/point_loma/airbase/exterior
name = "USASF Point Loma Airbase - Exterior"
always_unpowered = TRUE // always off

/area/point_loma/airbase/exterior/crash_site
name = "Runway Crash Site"
Expand All @@ -173,6 +174,7 @@
minimap_color = MINIMAP_AREA_CAVES_DEEP
icon_state = "tunnels0"
ceiling = CEILING_UNDERGROUND_BLOCK_CAS
always_unpowered = TRUE // always off

/area/point_loma/airbase/cave/south
name = "Point Loma Airbase - Caves - South"
Expand Down Expand Up @@ -200,6 +202,7 @@
minimap_color = MINIMAP_AREA_CAVES_DEEP
icon = 'icons/turf/area_varadero.dmi'
ceiling = CEILING_UNDERGROUND_BLOCK_CAS
always_unpowered = TRUE // always off

/area/point_loma/research_facility/cave/west
name = "Alpha-Tech Research Facility Cave - West"
Expand Down Expand Up @@ -266,6 +269,7 @@
/area/point_loma/research_facility/super_death_cannon/observation/catwalk
name = "Super Death Cannon - Outside Catwalk"
ceiling = CEILING_NONE
requires_power = FALSE

/area/point_loma/research_facility/super_death_cannon/engineering
name = "Super Death Cannon - Control Room"
Expand Down Expand Up @@ -304,6 +308,7 @@
name = "Alpha-Tech - Crash Site"
icon = 'icons/turf/area_varadero.dmi'
icon_state = "predship"
always_unpowered = TRUE // always off

/area/point_loma/research_facility/engineering
name = "Alpha-Tech - Engineering"
Expand Down Expand Up @@ -384,6 +389,7 @@
minimap_color = MINIMAP_AREA_MINING
icon_state = "tunnels4"
ceiling = CEILING_SANDSTONE_ALLOW_CAS
always_unpowered = TRUE // always off

/area/point_loma/airbase/mining_colony/interior
name = "Mining Colony - Interior"
Expand Down Expand Up @@ -421,6 +427,7 @@

/area/point_loma/airbase/mining_colony/exterior
name = "Mining Colony - Central"
always_unpowered = TRUE // always off

/area/point_loma/airbase/mining_colony/exterior/north
name = "Mining Colony - North"
Expand Down
29 changes: 29 additions & 0 deletions code/game/turfs/hybrisa.dm
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,35 @@
/turf/open/floor/hybrisa/carpet/rug_colorable/biege/southeast
dir = SOUTHEAST

/turf/open/floor/hybrisa/carpet/rug_colorable/teal // USASF Point Loma
icon_state = "rug_colorable"

color = "#0b8f8d"

/turf/open/floor/hybrisa/carpet/rug_colorable/teal/south
dir = SOUTH

/turf/open/floor/hybrisa/carpet/rug_colorable/teal/north
dir = NORTH

/turf/open/floor/hybrisa/carpet/rug_colorable/teal/west
dir = WEST

/turf/open/floor/hybrisa/carpet/rug_colorable/teal/east
dir = EAST

/turf/open/floor/hybrisa/carpet/rug_colorable/teal/northeast
dir = NORTHEAST

/turf/open/floor/hybrisa/carpet/rug_colorable/teal/southwest
dir = SOUTHWEST

/turf/open/floor/hybrisa/carpet/rug_colorable/teal/northwest
dir = NORTHWEST

/turf/open/floor/hybrisa/carpet/rug_colorable/teal/southeast
dir = SOUTHEAST

/turf/open/floor/hybrisa/carpet/carpetfadedred
icon_state = "carpetfadedred"
/turf/open/floor/hybrisa/carpet/carpetgreen
Expand Down
Loading