mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Converts all research categories into defines (#69161)
* Converts all research categories into defines * missing category + machine categories * final things i hope * couple issues i missed
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
modkit_design = /datum/design/unique_modkit/bounty
|
||||
|
||||
/datum/design/unique_modkit
|
||||
category = list("Mining Designs", "Cyborg Upgrade Modules") //can't be normally obtained
|
||||
category = list(RND_CATEGORY_MINING_DESIGNS, RND_CATEGORY_CYBORG_UPGRADE_MODULES) //can't be normally obtained
|
||||
build_type = PROTOLATHE | AWAY_LATHE | MECHFAB
|
||||
departmental_flags = DEPARTMENT_BITFLAG_CARGO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user