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