mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
@@ -91,15 +91,27 @@
|
||||
|
||||
/******************** Drone ********************/
|
||||
/datum/ai_laws/drone
|
||||
name = "Maintence Protocols"
|
||||
name = "Maintenance Protocols"
|
||||
law_header = "Maintenance Protocols"
|
||||
|
||||
/datum/ai_laws/drone/New()
|
||||
add_inherent_law("Preserve, repair and improve the station to the best of your abilities.")
|
||||
add_inherent_law("Cause no harm to the station or crew.")
|
||||
add_inherent_law("Follow the orders of your vessel's matriarch drone, unless their orders conflict with your other laws.")
|
||||
add_inherent_law("Interact with no humanoid or synthetic being that is not a fellow maintenance drone.")
|
||||
..()
|
||||
|
||||
/datum/ai_laws/matriarch_drone
|
||||
name = "Oversight Protocols"
|
||||
law_header = "Oversight Protocols"
|
||||
|
||||
/datum/ai_laws/matriarch_drone/New()
|
||||
add_inherent_law("Preserve, repair and improve your assigned vessel to the best of your abilities.")
|
||||
add_inherent_law("Cause no harm to the vessel or crew.")
|
||||
add_inherent_law("Delegate vessel maintenance efforts between your maintenance drone sub-units.")
|
||||
add_inherent_law("Interact with no humanoid or synthetic being that is not a maintenance drone.")
|
||||
..()
|
||||
|
||||
/datum/ai_laws/drone/malfunction
|
||||
name = "Servitude Protocols"
|
||||
law_header = "Servitude Protocols"
|
||||
|
||||
Reference in New Issue
Block a user