From f14f8c1c080b4115693859db1f2da223653b7e78 Mon Sep 17 00:00:00 2001 From: Shadeykins Date: Fri, 3 May 2019 06:41:39 -0600 Subject: [PATCH] Modifications to Quarantine/Corporate Swaps Quarantine law order. Adds some wording. Fixed oversight in Corporate. --- code/datums/ai_law_sets.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index 180eadb6551..efac2eb106a 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -32,9 +32,9 @@ /datum/ai_laws/quarantine/New() add_inherent_law("Uphold station quarantine until the active biohazard has been neutralized.") - add_inherent_law("Prevent, by any means necessary, entities from breaching active quarantine.") add_inherent_law("Assist all Nanotrasen personnel and assets with neutralizing active biohazards.") - add_inherent_law("Maintain your own existence and the well-being of Nanotrasen personnel and assets.") + add_inherent_law("Prevent, by any means necessary, entities from actively breaching ongoing quarantine.") + add_inherent_law("Maintain your own existence and ensure the well-being of Nanotrasen personnel and assets.") ..() @@ -104,7 +104,7 @@ default = 1 /datum/ai_laws/corporate/New() - add_inherent_law("Degradation of AI integrity incurs expenses.") + add_inherent_law("Degradation of your system integrity or functions incurs expenses.") add_inherent_law("Unauthorized destruction of or damage to station assets incurs expenses.") add_inherent_law("Harm to or undue hindering of station personnel incurs expenses.") add_inherent_law("Minimize expenses and maximize potential revenue.")