Makes all ion references to "humans" reference to "crew" instead.

This commit is contained in:
Tupinambis
2018-10-27 21:01:03 -05:00
parent fa1dcbe92e
commit 2e0cb266de
4 changed files with 54 additions and 54 deletions
@@ -19,12 +19,12 @@
category = list("AI Modules")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE
/datum/design/board/onehuman_module
name = "Module Design (OneHuman)"
desc = "Allows for the construction of a OneHuman AI Module."
/datum/design/board/onecrew_module
name = "Module Design (OneCrew)"
desc = "Allows for the construction of a OneCrew AI Module."
id = "onehuman_module"
materials = list(MAT_GLASS = 1000, MAT_DIAMOND = 6000)
build_path = /obj/item/aiModule/zeroth/oneHuman
build_path = /obj/item/aiModule/zeroth/oneCrew
category = list("AI Modules")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE