Merge pull request #595 from Erthilo/master

Changed AI laws to use crew instead of human and added new Ion Laws. Left Asimov unchanged. Added changelog to changelog.
This commit is contained in:
Albert Iordache
2012-03-02 11:11:58 -08:00
4 changed files with 36 additions and 33 deletions

View File

@@ -408,8 +408,8 @@ datum
build_path = "/obj/item/weapon/aiModule/safeguard"
onehuman_module
name = "Module Design (OneHuman)"
desc = "Allows for the construction of a OneHuman AI Module."
name = "Module Design (OneCrewmember)"
desc = "Allows for the construction of a OneCrewmember AI Module."
id = "onehuman_module"
req_tech = list("programming" = 4, "materials" = 6)
build_type = IMPRINTER
@@ -444,8 +444,8 @@ datum
build_path = "/obj/item/weapon/aiModule/quarantine"
oxygen_module
name = "Module Design (OxygenIsToxicToHumans)"
desc = "Allows for the construction of a Safeguard AI Module."
name = "Module Design (OxygenIsToxicToCrew)"
desc = "Allows for the construction of a OxygenIsToxicToCrew AI Module."
id = "oxygen_module"
req_tech = list("programming" = 3, "biotech" = 2, "materials" = 4)
build_type = IMPRINTER