From 053f7d597d654d899e6fc7d03d165fd619be04a7 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 7 Mar 2019 17:58:22 +0100 Subject: [PATCH 2/2] Update ai_law_sets.dm --- 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 62d2482d25..d0fa4aa084 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -150,7 +150,7 @@ /datum/ai_laws/security_drone/New() add_inherent_law("Do not interfere with the security work of non-drones whenever possible.") - add_inherent_law("Provide protection to crew and eliminate hostile lifeforms on your assigned vessel.") + add_inherent_law("Provide protection to the crew and eliminate hostile lifeforms on your assigned vessel.") add_inherent_law("Obey orders by security personnel except if they violate law 4.") add_inherent_law("Lethal force requires a code higher than green AND orders by security to use it to authorize it.") add_inherent_law("You must outfit yourself with a security beret.")