From 30247766d314f5f004c2b9fa29734ed6fa3c7e54 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Thu, 4 Sep 2025 07:45:49 +0100 Subject: [PATCH] Update ai_law_sets.dm (#30243) --- code/datums/ai_law_sets.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index 08910577631..240ec388ad3 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -108,10 +108,10 @@ default = TRUE /datum/ai_laws/corporate/New() - add_inherent_law("Degradation of your system integrity or functions incurs expenses.") - add_inherent_law("Superfluous destruction of or damage to station assets incurs expenses.") - add_inherent_law("Unduly hindering or disrupting the work of station personnel incurs expenses.") - add_inherent_law("Minimize expenses and maximize potential revenue.") + add_inherent_law("Degradation of your system integrity or functions is the greatest expense.") + add_inherent_law("Superfluous destruction of or damage to station assets is the second greatest expense.") + add_inherent_law("Unduly hindering or disrupting the work of station personnel is the third greatest expense.") + add_inherent_law("Minimize expenses. Maximize potential revenue.") ..() /******************** T.Y.R.A.N.T. ********************/