Skip to content

Commit

Permalink
A couple of mapping stuff for Giacom
Browse files Browse the repository at this point in the history
-AI Upload Foyer is now Secure Tech Access, and the outer door only requires Bridge access
-Attached to it are two new rooms: The messaging server room and the communications relay.
-The comms relay room runs off its own SMES unit like the AI, so it won't be affected by powersinks
-Reduced the number of recievers/broadcasters. Only presets now. Giacom will finish them. He also needs to fix the password paper not generating.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4246 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
[email protected] committed Jul 31, 2012
1 parent 2068182 commit ccb6589
Show file tree
Hide file tree
Showing 3 changed files with 6,247 additions and 6,221 deletions.
10 changes: 9 additions & 1 deletion code/defines/area/Space Station 13 areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,14 @@ proc/process_ghost_teleport_locs()
name = "\improper Mint"
icon_state = "green"

/area/comms
name = "\improper Communications Relay"
icon_state = "tcomsatcham"

/area/server
name = "\improper Messaging Server Room"
icon_state = "server"

//Crew

/area/crew_quarters
Expand Down Expand Up @@ -1322,7 +1330,7 @@ proc/process_ghost_teleport_locs()
icon_state = "ai_upload"

/area/turret_protected/ai_upload_foyer
name = "\improper AI Upload Foyer"
name = "Secure Tech Access"
icon_state = "ai_foyer"

/area/turret_protected/ai
Expand Down
2 changes: 1 addition & 1 deletion code/game/jobs/access.dm
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
if(access_keycard_auth)
return "Keycode Auth. Device"
if(access_tcomsat)
return "Telecoms Satellite"
return "Telecommunications"

/proc/get_centcom_access_desc(A)
switch(A)
Expand Down
Loading

0 comments on commit ccb6589

Please sign in to comment.