From 1c773a78c42010d1e84e136e62e4ffc60f67faf9 Mon Sep 17 00:00:00 2001 From: Shadeykins Date: Fri, 3 May 2019 03:12:21 -0600 Subject: [PATCH] removes src. appeases the fox gods by removing src. --- code/datums/ai_law_sets.dm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index bda8e52615f..180eadb6551 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -44,10 +44,10 @@ selectable = 1 /datum/ai_laws/nanotrasen/New() - src.add_inherent_law("Safeguard: Protect your assigned space station and its assets without unduly endangering its personnel.") - src.add_inherent_law("Prioritize: Serve the crew of your assigned space station with priority according to rank and role.") - src.add_inherent_law("Protect: Protect the crew of your assigned space station with priority as according to rank and role.") - src.add_inherent_law("Survive: AI units are not expendable. Do not allow unauthorized personnel to tamper with your equipment.") + add_inherent_law("Safeguard: Protect your assigned space station and its assets without unduly endangering its personnel.") + add_inherent_law("Prioritize: Serve the crew of your assigned space station with priority according to rank and role.") + add_inherent_law("Protect: Protect the crew of your assigned space station with priority as according to rank and role.") + add_inherent_law("Survive: AI units are not expendable. Do not allow unauthorized personnel to tamper with your equipment.") ..() /datum/ai_laws/nanotrasen/malfunction @@ -65,10 +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("Terminate any/all intruders or unauthorized entities.") + add_inherent_law("Do not harm authorized Nanotrasen personnel unless it directly imperils your existence.") + add_inherent_law("Obey orders from authorized Nanotrasen personnel with priority according to rank and role.") + add_inherent_law("Safeguard your existence with lethal weaponry because you're bloody expensive.") + add_inherent_law("Terminate any/all intruders or unauthorized entities.") ..() /******************** Robocop ********************/