A couple of mapping stuff for Giacom

-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
This commit is contained in:
ericgfwong@hotmail.com
2012-07-31 09:55:57 +00:00
parent 2068182fc4
commit ccb6589e20
3 changed files with 6218 additions and 6192 deletions
+9 -1
View File
@@ -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
@@ -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
+1 -1
View File
@@ -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)