mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Adds the Pharmacist and Biochemist to replace the Chemist and Virologist (#6099)
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
icon_opened = "medicalopen"
|
||||
icon_broken = "medicalbroken"
|
||||
icon_off = "medicaloff"
|
||||
req_access = list(access_chemistry)
|
||||
req_access = list(access_pharmacy)
|
||||
|
||||
fill()
|
||||
..()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -174,6 +174,11 @@
|
||||
desc = "A warning sign which reads 'CHEMISTRY'."
|
||||
icon_state = "chemistry1"
|
||||
|
||||
/obj/structure/sign/pharmacy
|
||||
name = "\improper Pharmacy"
|
||||
desc = "A warning sign which reads 'PHARMACY'."
|
||||
icon_state = "pharmacy1"
|
||||
|
||||
/obj/structure/sign/botany
|
||||
name = "\improper HYDROPONICS"
|
||||
desc = "A warning sign which reads 'HYDROPONICS'."
|
||||
|
||||
Reference in New Issue
Block a user