From b6362e242cd05982192d29fae66ebaa8efc6b7d2 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 6 Mar 2019 21:30:03 +0100 Subject: [PATCH] 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 ad1394439d..02a961ccec 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -151,7 +151,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 and eliminate hostile lifeforms on your assigned vessel.") - add_inherent_law("Obey orders by security personel.") + add_inherent_law("Obey orders by security personnel.") add_inherent_law("Lethal force requires current code to not equal green.") ..()