Genetics coats can hold genetics scanners (#84441)

## About The Pull Request

Genetics labcoats and winter coats can hold their handheld

## Why It's Good For The Game

I guess it just makes sense, like health analyzers fit in labcoats

## Changelog

🆑 Melbert
qol: Handheld Genetic Scanners fit in Geneticist equipment suit storage
/🆑
This commit is contained in:
MrMelbert
2024-07-01 01:09:44 +02:00
committed by GitHub
parent 573cf1e6bb
commit 148a0dca2f
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -69,6 +69,10 @@
greyscale_config_worn = /datum/greyscale_config/labcoat/worn
greyscale_colors = "#EEEEEE#4A77A1#4A77A1#7095C2"
/obj/item/clothing/suit/toggle/labcoat/genetics/Initialize(mapload)
. = ..()
allowed += /obj/item/sequence_scanner
/obj/item/clothing/suit/toggle/labcoat/chemist
name = "chemist labcoat"
desc = "A suit that protects against minor chemical spills. Has an orange stripe on the shoulder."
@@ -502,6 +502,10 @@
inhand_icon_state = null
hoodtype = /obj/item/clothing/head/hooded/winterhood/science/genetics
/obj/item/clothing/suit/hooded/wintercoat/science/genetics/Initialize(mapload)
. = ..()
allowed += /obj/item/sequence_scanner
/obj/item/clothing/head/hooded/winterhood/science/genetics
desc = "A white winter coat hood. It's warm."
icon_state = "hood_genetics"