Skip to content

Commit

Permalink
Additional attempts at mapping 3.0.0
Browse files Browse the repository at this point in the history
- Medbay with genetics, cmo, surgery, cryo and patient rooms (missing chemistry and robotics)
- Library
- North solars

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1836 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
baloh.matevz committed Jul 11, 2011
1 parent 76b5893 commit f612eac
Show file tree
Hide file tree
Showing 3 changed files with 3,520 additions and 3,479 deletions.
8 changes: 8 additions & 0 deletions code/defines/area/Space Station 13 areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,10 @@ proc/process_ghost_teleport_locs()
icon_state = "medbay"
music = 'signal.ogg'

/area/medical/patients_rooms
name = "Patients Rooms"
icon_state = "patients"

/area/medical/cmo
name = "Chief Medical Officer's office"
icon_state = "CMO"
Expand Down Expand Up @@ -736,6 +740,10 @@ proc/process_ghost_teleport_locs()
name = "Surgery"
icon_state = "surgery"

/area/medical/cryo
name = "Cryo"
icon_state = "cryo"

/area/medical/exam_room
name = "Exam Room"
icon_state = "exam_room"
Expand Down
Binary file modified icons/turf/areas.dmi
Binary file not shown.
Loading

0 comments on commit f612eac

Please sign in to comment.