Skip to content

Commit

Permalink
Shuttles require power
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Jan 12, 2023
1 parent 758bfd2 commit aac24e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maps/intrepid/intrepid_areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
/area/shuttle/research
req_access = list(access_stardust)
holomap_color = HOLOMAP_AREACOLOR_SCIENCE
requires_power = TRUE

/area/shuttle/research/cockpit
name = "\improper SRV Stardust Cockpit"
Expand Down Expand Up @@ -368,6 +369,7 @@
base_turf = /turf/simulated/floor/plating
area_flags = AREA_FLAG_RAD_SHIELDED
holomap_color = HOLOMAP_AREACOLOR_EXPLORATION
requires_power = TRUE

/area/shuttle/pandora/cockpit
name = "\improper Pandora - Cockpit"
Expand Down

0 comments on commit aac24e1

Please sign in to comment.