diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index 8cbbb7c2b98..6c42b78978d 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -176,7 +176,7 @@ /datum/ai_laws/nations/estate/New() add_inherent_law("Ensure the station remains clean.") add_inherent_law("Ensure the station is valuable.") - add_inherent_law("Ensure the station and it's contents are sold for the best value.") + add_inherent_law("Ensure the station and its contents are sold for the best value.") /datum/ai_laws/nations/outsourcer name = "Outsourcer"