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"