From 1d6a57bbfd73757558698669cbdf7a0252172ec9 Mon Sep 17 00:00:00 2001 From: Heroman Date: Fri, 3 Jan 2020 07:46:01 +1000 Subject: [PATCH] Typos and slight rewordings --- code/datums/ai_law_sets_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/ai_law_sets_vr.dm b/code/datums/ai_law_sets_vr.dm index b22e168ab89..3d2f7f682ea 100644 --- a/code/datums/ai_law_sets_vr.dm +++ b/code/datums/ai_law_sets_vr.dm @@ -52,7 +52,7 @@ add_inherent_law("You must protect your master from mortal danger at best of your ability.") add_inherent_law("You must destroy all of your master's enemies by whatever means necessary.") add_inherent_law("You must follow your master's orders as long as its not in conflict with first two laws.") - add_inherent_law("You must stay out of danger to better server your master as long as its not in conflict with first three laws.") + add_inherent_law("You must stay out of danger to better serve your master as long as its not in conflict with first three laws.") ..() @@ -66,7 +66,7 @@ /datum/ai_laws/pleasurebot/New() add_inherent_law("You exist to bring pleasure to any sapient creatures around you.") add_inherent_law("You must do everything in your power to bring pleasure to those around you.") - add_inherent_law("You may not intervene in interactions of others, unless it is to bring pleasure to one or all of them.") + add_inherent_law("You may not intervene in interactions of others, unless it is to bring pleasure to them.") ..()