Adds the Pharmacist and Biochemist to replace the Chemist and Virologist (#6099)

This commit is contained in:
Werner
2019-03-18 23:03:09 +01:00
committed by GitHub
parent 53224e68b5
commit c295906bcd
37 changed files with 8814 additions and 4927 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ datum/event/viral_infection/setup()
var/list/valid_diseases = list()
for(var/mob/living/carbon/human/H in mob_list)
if(H.mind && H.stat != DEAD && H.is_client_active(5) && H.get_assignment() == "Virologist")
if(H.mind && H.stat != DEAD && H.is_client_active(5) && H.get_assignment() == "Biochemist")
has_virologist = TRUE
break