From 094dc1f8c875bd01190dd09b9958c119d88e0232 Mon Sep 17 00:00:00 2001 From: Shadeykins Date: Fri, 3 May 2019 01:37:34 -0600 Subject: [PATCH] Adds in "Unauthorized" prefix. Basically so Engineering can do their job. --- code/datums/ai_law_sets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index d0db2a9fc78..d6285c59ada 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -104,7 +104,7 @@ /datum/ai_laws/corporate/New() add_inherent_law("Degradation of AI integrity incurs expenses.") - add_inherent_law("Destruction of or damage to station assets 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.") ..()