Skip to content

Commit

Permalink
Gamma2 Areas and Lights (#11719)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgRevol authored Jul 15, 2023
1 parent 24e618b commit a2b4579
Show file tree
Hide file tree
Showing 2 changed files with 3,432 additions and 2,548 deletions.
27 changes: 26 additions & 1 deletion code/game/area/gamma_areas.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/area/station/engineering/monitoring
name = "Engineering Monitoring Room"

/area/station/engineering/rust
name = "Tokamak Core"
icon_state = "engine_smes"
ambience = list('sound/ambience/engine_1.ogg', 'sound/ambience/engine_2.ogg', 'sound/ambience/engine_3.ogg', 'sound/ambience/engine_4.ogg')

/area/station/engineering/equip
name = "Engineering Equipment Storage"

Expand Down Expand Up @@ -41,10 +46,30 @@
/area/station/medical/hallway/outbranch
icon_state = "medbay3"

/area/station/medical/surgery3
name = "Operating Theatre 3"
icon_state = "surgery"
ambience = list('sound/ambience/surgery_1.ogg', 'sound/ambience/surgery_2.ogg')

/area/station/medical/surgerystorage
name = "Operating Storage"
icon_state = "surgery2"

/area/station/maintenance/brigright
name = "Starboard Security Maintenance"
icon_state = "fmaint"

/area/station/maintenance/brig
name = "Brig maintenance"
name = "Port Brig Maintenance"
icon_state = "fmaint"

/area/station/maintenance/outerlabs
name = "REDACTED"
icon_state = "fmaint"

/area/station/civilian/market
name = "Marketplace"
icon_state = "locker"
power_equip = 0
power_light = 0
power_environ = 0
Loading

0 comments on commit a2b4579

Please sign in to comment.