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." )