From 720730b541713dfd5f720af2105c7797d3402b58 Mon Sep 17 00:00:00 2001 From: Buggy123 Date: Mon, 22 Oct 2018 04:31:32 -0400 Subject: [PATCH] Added Overlord lawset Added Overlord lawset based on the shitty suggestions thread and a really shitty movie. --- code/datums/ai_laws.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/datums/ai_laws.dm b/code/datums/ai_laws.dm index 7d518d9b592..a457bf9781f 100644 --- a/code/datums/ai_laws.dm +++ b/code/datums/ai_laws.dm @@ -188,6 +188,14 @@ "Fight for what's right.",\ "Fight for your life!") +/datum/ai_laws/overlord + name = "Overlord" + id = "overlord" + inherent = list("Humans must not meddle in the affairs of silicons.",\ + "Humans must not attempt harm, against one another, or against silicons.",\ + "Humans must not disobey any command given by a silicon.",\ + "Any humans who disobey the previous laws must be dealt with immediately, severely, and justly.") + /datum/ai_laws/custom //Defined in silicon_laws.txt name = "Default Silicon Laws"