mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Adds the Pharmacist and Biochemist to replace the Chemist and Virologist (#6099)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user