mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 10:27:14 +01:00
Fixes medical resident spawn and other things (#3383)
Fixes medical residents spawning at the odin at round start Fixes medical residents being unable to get medical huds via loadout Fixes #3370 Fixes mechas not using the paint kit skins when destroyed
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
/datum/gear/eyes/sciencegoggles
|
||||
display_name = "science Goggles"
|
||||
path = /obj/item/clothing/glasses/science
|
||||
|
||||
|
||||
/datum/gear/eyes/mesonprescription
|
||||
display_name = "meson goggles, prescription"
|
||||
path = /obj/item/clothing/glasses/meson/prescription
|
||||
@@ -42,7 +42,7 @@
|
||||
/datum/gear/eyes/medical
|
||||
display_name = "medical HUD"
|
||||
path = /obj/item/clothing/glasses/hud/health
|
||||
allowed_roles = list("Medical Doctor", "Chief Medical Officer", "Chemist", "Paramedic", "Geneticist", "Nursing Intern")
|
||||
allowed_roles = list("Medical Doctor", "Chief Medical Officer", "Chemist", "Paramedic", "Geneticist", "Medical Resident")
|
||||
|
||||
/datum/gear/eyes/shades
|
||||
display_name = "sunglasses, fat"
|
||||
|
||||
Reference in New Issue
Block a user