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 -6
View File
@@ -78,16 +78,15 @@ proc/test_air_in_area(var/test_area, var/expectation = UT_NORMAL)
return test_result
if(expectation == UT_NORMAL)
if(abs(temp - T20C) > 10)
test_result["msg"] = "Temperature out of bounds: [temp] | [t_msg]"
return test_result
if(expectation == UT_NORMAL_COLD)
if(temp > 120)
test_result["msg"] = "Temperature out of bounds: [temp] | [t_msg]"
return test_result
if(expectation == UT_NORMAL_COOL)
if(temp > 283)
test_result["msg"] = "Temperature out of bounds: [temp] | [t_msg]"
@@ -127,10 +126,6 @@ datum/unit_test/zas_area_test/
name = "ZAS: Cargo Maintenance"
area_path = /area/maintenance/cargo
datum/unit_test/zas_area_test/virology
name = "ZAS: Virology"
area_path = /area/medical/virology
datum/unit_test/zas_area_test/xenobio
name = "ZAS: Xenobiology"
area_path = /area/rnd/xenobiology