mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Add health analyzer to coroner (#23486)
* Add health analyzer to coroner's starting equipment This commit adds a health analyzer to the starting equipment of the coroner job. This will help coroners to better assess the condition of bodies they are examining. * Add the health analyzer upon morgue maps * Forgot cerestation Silly beans * Replaced the health analyzer from maps to locker Optimization only fix: gotta remove some stress out of the map queue. --------- Co-authored-by: Pierre-Louis <hernandezpierrelouis@protonmail.com>
This commit is contained in:
co-authored by
Pierre-Louis
parent
266e15ee40
commit
5f9c9274fb
@@ -113,6 +113,7 @@
|
||||
/obj/item/clothing/head/surgery/black = 1,
|
||||
/obj/item/autopsy_scanner = 1,
|
||||
/obj/item/reagent_scanner = 1,
|
||||
/obj/item/healthanalyzer = 1,
|
||||
/obj/item/storage/box/bodybags = 1)
|
||||
|
||||
/datum/outfit/job/doctor/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
|
||||
@@ -449,3 +449,4 @@
|
||||
new /obj/item/clothing/head/surgery/black(src)
|
||||
new /obj/item/reagent_containers/glass/bottle/reagent/formaldehyde(src)
|
||||
new /obj/item/reagent_containers/dropper(src)
|
||||
new /obj/item/healthanalyzer(src)
|
||||
|
||||
Reference in New Issue
Block a user