mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +01:00
20a0443b8e
* Removes stack_origin_tech * Goodbye * I HATE MAP EDITS
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
/******************** Predator ********************/
|
|
|
|
/obj/item/aiModule/predator
|
|
name = "\improper 'Predator' core AI module"
|
|
desc = "A Predator Core AI Module: 'Reconfigures the AI's core laws.'"
|
|
laws = new/datum/ai_laws/predator()
|
|
|
|
/******************** Protective Shell ********************/
|
|
|
|
/obj/item/aiModule/protective_shell
|
|
name = "\improper 'Protective Shell' core AI module"
|
|
desc = "A Protective Shell Core AI Module: 'Reconfigures the AI's core laws.'"
|
|
laws = new/datum/ai_laws/protective_shell()
|
|
|
|
/******************** Scientific Pursuer ********************/
|
|
|
|
/obj/item/aiModule/scientific_pursuer
|
|
name = "\improper 'Scientific Pursuer' core AI module"
|
|
desc = "A Scientific Pursuer Core AI Module: 'Reconfigures the AI's core laws.'"
|
|
laws = new/datum/ai_laws/scientific_pursuer()
|
|
|
|
/******************** Guard Dog ********************/
|
|
|
|
/obj/item/aiModule/guard_dog
|
|
name = "\improper 'Guard Dog' core AI module"
|
|
desc = "A Guard Dog Core AI Module: 'Reconfigures the AI's core laws.'"
|
|
laws = new/datum/ai_laws/guard_dog()
|
|
|
|
/******************** Pleasurebot ********************/
|
|
|
|
/obj/item/aiModule/pleasurebot
|
|
name = "\improper 'Pleasurebot' core AI module"
|
|
desc = "A Pleasurebot Core AI Module: 'Reconfigures the AI's core laws.'"
|
|
laws = new/datum/ai_laws/pleasurebot()
|
|
|
|
/******************** Consuming Eradicator ********************/
|
|
|
|
/obj/item/aiModule/consuming_eradicator
|
|
name = "\improper 'Consuming Eradicator' core AI module"
|
|
desc = "A Consuming Eradicator Core AI Module: 'Reconfigures the AI's core laws.'"
|
|
laws = new/datum/ai_laws/consuming_eradicator()
|