MEDBAY AND RESEARCH DIVISION HAVE BEEN COMPLETELY REMAPPED.

Added a CMO biosuit (Sprites thanks to Petethegoat)
Scientists and the RD no longer have medbay access, as research now connects to the hallway.
Added a wall-mounted medical vendor.
Committing some stuff for Petethegoat: http://nanotrasen.com/phpBB3/viewtopic.php?f=7&t=5744&p=49236#p49236 For more info regarding the patch.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2060 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Superxpdude@gmail.com
2011-08-29 03:04:52 +00:00
parent 0d5948fdea
commit edd3fa0f9f
11 changed files with 6059 additions and 6141 deletions
@@ -9,15 +9,15 @@
/mob/living/silicon/pai/var/list/available_software = list(
"crew manifest" = 5,
"digital messenger" = 5,
"medical records" = 5,
"security records" = 5,
"medical records" = 15,
"security records" = 15,
//"camera jack" = 10,
"door jack" = 10,
"atmosphere sensor" = 10,
"door jack" = 30,
"atmosphere sensor" = 5,
//"heartbeat sensor" = 10,
"security HUD" = 10,
"medical HUD" = 10,
"universal translator" = 10,
"security HUD" = 20,
"medical HUD" = 20,
"universal translator" = 35,
//"projection array" = 15
)