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:
Alberyk
2017-08-31 13:13:45 -03:00
committed by Lohikar
parent 2f00346cc4
commit 5a8ccc6c54
4 changed files with 6 additions and 5 deletions
@@ -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"