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