mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user