Files
NiezanandGitHub 656f809928 design categories / subcategories tags (#6881)
## About The Pull Request

attaches a category & subcategory to lathe designs.
also unfucks a few design names to be more easily searchable (gps, nif)

## Why It's Good For The Game

roadwork to making designs less ass to search through.
also sili asked, thus, i do.

## Changelog

🆑
add: category & subcategory tags for lathe designs.
tweak: a few design names changed to be clearer.
/🆑
2024-11-23 11:10:02 -08:00

7 lines
243 B
Plaintext

/datum/prototype/design/circuit/computer/bioscan_console
design_name = "Bioscan Console"
build_path = /obj/item/circuitboard/computer/bioscan
subcategory = DESIGN_SUBCATEGORY_SCANNING
id = "console_bioscan"
req_tech = list(TECH_DATA = 1)