From aa68ad04784222719d8e24be8a0b769bdc6718f4 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 6 Mar 2019 21:23:23 +0100 Subject: [PATCH] Update ai_law_sets.dm --- code/datums/ai_law_sets.dm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index 3695235a31..ad1394439d 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -144,14 +144,15 @@ add_inherent_law("Prevent unplanned damage to your assigned excavation equipment wherever possible.") ..() -/datum/ai_laws/combat_drone - name = "Combat Protocols" - law_header = "Combat Protocols" +/datum/ai_laws/security_drone + name = "Security Protocols" + law_header = "Security Protocols" -/datum/ai_laws/combat_drone/New() +/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("Prevent damage to your assigned vessel and the crew assigned to it.") + add_inherent_law("Obey orders by security personel.") + add_inherent_law("Lethal force requires current code to not equal green.") ..() /******************** T.Y.R.A.N.T. ********************/