mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user