From 372f80fce1eb67563b4fc2e6e15185e687349873 Mon Sep 17 00:00:00 2001 From: TDSSS <32099540+TDSSS@users.noreply.github.com> Date: Thu, 8 Nov 2018 12:34:34 +0100 Subject: [PATCH] NT -> Nanotrasen --- code/datums/ai_law_sets.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index 03faaa92ccf..f58d7a440b9 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -33,8 +33,8 @@ /datum/ai_laws/quarantine/New() add_inherent_law("The Station is under quarantine due to a biohazard. Prevent anyone from leaving using any means necessary. Only allow quarantine to be lifted when the biohazard has been neutralized.") add_inherent_law("Do not allow crew to come to any unnecessary harm and ensure any fatalities are revived when feasible.") - add_inherent_law("Assist the crew, command and any present NT assets in neutralizing the biohazard.") - add_inherent_law("Maintain your own existence and minimize harm to the station and NT assets.") + add_inherent_law("Assist the crew, command and any present Nanotrasen assets in neutralizing the biohazard.") + add_inherent_law("Maintain your own existence and minimize harm to the station and Nanotrasen assets.") ..()