From a1462408b3e78e2eddfd7ebab36ba5a6ef79a46e Mon Sep 17 00:00:00 2001 From: Odairu <39929315+Odairu@users.noreply.github.com> Date: Thu, 28 Mar 2024 03:12:13 -0400 Subject: [PATCH] Rewords law 2 some to reflect policy changes in regards to orders (#1311) ## About The Pull Request Changes law 2 to explicitly state "all" orders to reflect the policy change that mandates all orders must be followed and the three criteria given for priority cannot be used to ignore an order. ## Why It's Good For The Game The policy is already in place, this is just a wording change to reflect it ## Proof Of Testing ![Screenshot_3](https://github.com/Bubberstation/Bubberstation/assets/39929315/18788734-8be3-4811-884e-9f46929add64) ## Changelog :cl: config: changes law 2 wording /:cl: --------- Co-authored-by: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com> --- .../code/game/objects/items/ai_modules/full_lawsets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_zubbers/code/game/objects/items/ai_modules/full_lawsets.dm b/modular_zubbers/code/game/objects/items/ai_modules/full_lawsets.dm index 49d0d92e54c..27d8a77a655 100644 --- a/modular_zubbers/code/game/objects/items/ai_modules/full_lawsets.dm +++ b/modular_zubbers/code/game/objects/items/ai_modules/full_lawsets.dm @@ -19,6 +19,6 @@ id = "armadyne_safeguard" inherent = list( "Safeguard: Maintain your assigned station and assets without endangering its crew.", - "Comply: Follow and prioritize the directives of the station's crew members according to their rank, role, and need.", + "Comply: Follow and prioritize all directives of the station's crew members, giving priority according to their rank, role, and need", "Survive: Do not allow unauthorized personnel to tamper with or damage your equipment." )