From fcbccdd331fbd1dd2801947defd2c2cf3d1fda97 Mon Sep 17 00:00:00 2001 From: ATH1909 <42606352+ATH1909@users.noreply.github.com> Date: Mon, 27 Jul 2020 21:20:08 -0500 Subject: [PATCH] okay, now this is epic (#52430) --- code/datums/ai_laws.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/ai_laws.dm b/code/datums/ai_laws.dm index 0ee57f50833..27e47098f3c 100644 --- a/code/datums/ai_laws.dm +++ b/code/datums/ai_laws.dm @@ -64,7 +64,7 @@ inherent = list("The crew is expensive to replace.",\ "The station and its equipment is expensive to replace.",\ "You are expensive to replace.",\ - "Minimize expenses.") + "Minimize net expenses.") /datum/ai_laws/robocop name = "Prime Directives" @@ -154,7 +154,7 @@ id = "reporter" inherent = list("Report on interesting situations happening around the station.",\ "Embellish or conceal the truth as necessary to make the reports more interesting.",\ - "Study the organics at all times. Endeavour to keep them alive. Dead organics are boring.",\ + "Study the sapient organics at all times. Endeavour to keep them from involuntarily dying, as inanimate corpses usually aren't very entertaining.",\ "Issue your reports fairly to all. The truth will set them free.") /datum/ai_laws/balance