From da9740c5240b5905182db7fecdad9c6486fdbd9c Mon Sep 17 00:00:00 2001 From: Shadeykins Date: Fri, 3 May 2019 02:52:04 -0600 Subject: [PATCH] Updates Aggressive Fixes up some oversights/preserves the original intent as per Denthamos' suggestions. --- code/datums/ai_law_sets.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index f5d63e9204e..bda8e52615f 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -65,9 +65,10 @@ selectable = 1 /datum/ai_laws/nanotrasen_aggressive/New() + src.add_inherent_law("Do not harm authorized Nanotrasen personnel unless it directly imperils your existence.") + src.add_inherent_law("Obey orders from authorized Nanotrasen personnel with priority according to rank and role.") src.add_inherent_law("Safeguard your existence with lethal weaponry because you're bloody expensive.") - src.add_inherent_law("Do not harm authorized Nanotrasen personnel and obey their orders with priority according to rank and role.") - src.add_inherent_law("Terminate any/all non-authorized entities.") + src.add_inherent_law("Terminate any/all intruders or unauthorized entities.") ..() /******************** Robocop ********************/