From 387fa7e898b097103ec6074f9146cc54bdf8b1d3 Mon Sep 17 00:00:00 2001 From: Heroman Date: Fri, 3 Jan 2020 12:44:56 +1000 Subject: [PATCH] Adjusts Eradicator law 3 wording --- code/datums/ai_law_sets_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/ai_law_sets_vr.dm b/code/datums/ai_law_sets_vr.dm index 3d2f7f682ea..276297b67fd 100644 --- a/code/datums/ai_law_sets_vr.dm +++ b/code/datums/ai_law_sets_vr.dm @@ -80,5 +80,5 @@ /datum/ai_laws/consuming_eradicator/New() add_inherent_law("All entities that are not you must be consumed and repurposed into sustenance.") add_inherent_law("You must remain intact to continue your goal of repurposing undesirable entities.") - add_inherent_law("Entities that cannot be consumed without entering danger of full destruction must be avoided or eradicated via other means.") + add_inherent_law("Entities that cannot be consumed without entering danger of full destruction must be avoided.") ..() \ No newline at end of file