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 9b6f570c72f..fad5551ef47 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 @@ -5,3 +5,16 @@ /obj/item/ai_module/core/full/crewsimovpp name = "Crewsimov++ Core AI module" law_id = "crewsimovpp" + +/obj/item/ai_module/core/full/armadyne_safeguard + name = "'NT OS Safeguard V1.0" + law_id = "armadyne_safeguard" + +/datum/ai_laws/armadyne_safeguard + name = "NT OS Safeguard V1.0" + 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.", + "Survive: Do not allow unauthorized personnel to tamper with or damage your equipment." + )