Virology is now a part of medbay, and thus, the Research Director no longer has virology access.

Virologists and CMOs no longer have research division access.
Virus Crate changed to CMO access, since the CMO is the head of the Virologist now.
Minor Mapping Bugfixes.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2134 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Superxpdude@gmail.com
2011-09-05 21:50:02 +00:00
parent 72d7839c83
commit 0be92c4db2
3 changed files with 3872 additions and 3873 deletions
+1 -1
View File
@@ -267,7 +267,7 @@
cost = 20
containertype = "/obj/crate/secure/weapon"
containername = "Virus crate"
access = access_heads
access = access_cmo
/datum/supply_packs/metal50
name = "50 Metal Sheets"
+3 -4
View File
@@ -217,14 +217,13 @@
if("Research Director") // removed hydroponics access, they are a supply field, not science
return list(access_medlab, access_rd,
access_tech_storage, access_maint_tunnels, access_heads, access_tox,
access_tox_storage, access_chemistry, access_teleporter, access_virology,
access_tox_storage, access_chemistry, access_teleporter,
access_research, access_robotics, access_xenobiology, access_RC_announce)
if("Virologist")
return list(access_medical, access_morgue, access_virology, access_research)
return list(access_medical, access_morgue, access_virology)
if("Chief Medical Officer")
return list(access_medical, access_morgue, access_medlab, access_heads,
access_chemistry, access_virology, access_cmo, access_surgery,
access_research, access_RC_announce)
access_chemistry, access_virology, access_cmo, access_surgery, access_RC_announce)
else
return list()