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.") ..()