mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[MIRROR] Converts all research categories into defines [MDB IGNORE] (#15599)
* Converts all research categories into defines * this took an hour * h * update research categories include * update research categories include Co-authored-by: Seth Scherer <supernovaa41@gmx.com> Co-authored-by: John Doe <gamingskeleton3@gmail.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
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