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

View File

@@ -163,7 +163,7 @@
icon_opened = "medicalopen"
icon_broken = "medicalbroken"
icon_off = "medicaloff"
req_access = list(access_chemistry)
req_access = list(access_pharmacy)
fill()
..()

View File

@@ -277,19 +277,19 @@
return
/obj/structure/closet/wardrobe/chemistry_white
name = "chemistry wardrobe"
/obj/structure/closet/wardrobe/pharmacy_white
name = "pharmacy wardrobe"
icon_state = "white"
icon_closed = "white"
/obj/structure/closet/wardrobe/chemistry_white/fill()
/obj/structure/closet/wardrobe/pharmacy_white/fill()
..()
new /obj/item/clothing/under/rank/chemist(src)
new /obj/item/clothing/under/rank/chemist(src)
new /obj/item/clothing/under/rank/pharmacist(src)
new /obj/item/clothing/under/rank/pharmacist(src)
new /obj/item/clothing/shoes/white(src)
new /obj/item/clothing/shoes/white(src)
new /obj/item/clothing/suit/storage/toggle/labcoat/chemist(src)
new /obj/item/clothing/suit/storage/toggle/labcoat/chemist(src)
new /obj/item/clothing/suit/storage/toggle/labcoat/pharmacist(src)
new /obj/item/clothing/suit/storage/toggle/labcoat/pharmacist(src)
return
@@ -320,8 +320,8 @@
new /obj/item/clothing/under/rank/virologist(src)
new /obj/item/clothing/shoes/white(src)
new /obj/item/clothing/shoes/white(src)
new /obj/item/clothing/suit/storage/toggle/labcoat/virologist(src)
new /obj/item/clothing/suit/storage/toggle/labcoat/virologist(src)
new /obj/item/clothing/suit/storage/toggle/labcoat/biochemist(src)
new /obj/item/clothing/suit/storage/toggle/labcoat/biochemist(src)
new /obj/item/clothing/mask/surgical(src)
new /obj/item/clothing/mask/surgical(src)
return