mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 05:09:56 +01:00
## 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. /🆑
7 lines
243 B
Plaintext
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)
|