From e9c547f6efa87283d162bf0aa441ac43a47e5d1d Mon Sep 17 00:00:00 2001 From: TDSSS <32099540+TDSSS@users.noreply.github.com> Date: Thu, 8 Nov 2018 11:11:52 +0100 Subject: [PATCH] Fixed oversight --- code/datums/ai_law_sets.dm | 2 +- code/game/objects/items/weapons/AI_modules.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index 8bb612b83ab..03faaa92ccf 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -30,7 +30,7 @@ law_header = "NT Quarantine Lawset" selectable = 1 -/datum/ai_laws/crewsimov/New() +/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.") diff --git a/code/game/objects/items/weapons/AI_modules.dm b/code/game/objects/items/weapons/AI_modules.dm index 082bf04389b..bcdb17c4cc7 100755 --- a/code/game/objects/items/weapons/AI_modules.dm +++ b/code/game/objects/items/weapons/AI_modules.dm @@ -276,7 +276,7 @@ AI MODULES /******************* Quarantine ********************/ /obj/item/aiModule/quarantine - name = "\improper 'Quarantine' AI module" + name = "\improper 'Quarantine' core AI module" desc = "A 'Quarantine' Core AI Module: 'Reconfigures the AI's core laws.'" origin_tech = "programming=3;materials=4" laws = new/datum/ai_laws/quarantine