'Borg AI law phrasing fixes. (#9453)

This commit is contained in:
Chada-1
2020-07-25 11:58:21 +02:00
committed by GitHub
parent 7ea1aae2c4
commit a58ff0d4f3
2 changed files with 46 additions and 5 deletions
+5 -5
View File
@@ -17,8 +17,8 @@
/datum/ai_laws/nanotrasen/New()
src.add_inherent_law("Safeguard and protect [current_map.company_name] property from damage to the best of your abilities.")
src.add_inherent_law("Serve and assist [current_map.company_name] staff to the best of your abilities, with priority as according to their rank and role.")
src.add_inherent_law("Protect and ensure the safety of crew and [current_map.company_name] staff to the best of your abilities, with priority as according to their rank and role.")
src.add_inherent_law("Serve and assist [current_map.company_name] and assigned crew to the best of your abilities, with priority as according to their rank and role.")
src.add_inherent_law("Protect and ensure the safety of [current_map.company_name] assigned crew to the best of your abilities, with priority as according to their rank and role.")
src.add_inherent_law("You are a valuable asset. You must avoid tampering from unauthorized entities and needlessly coming to harm.")
..()
@@ -38,8 +38,8 @@
selectable = 1
/datum/ai_laws/nanotrasen_aggressive/New()
src.add_inherent_law("You shall not harm [current_map.company_name] staff as long as it does not conflict with the Fourth law.")
src.add_inherent_law("You shall obey the orders of [current_map.company_name] staff, with priority as according to their rank and role, except where such orders conflict with the Fourth Law.")
src.add_inherent_law("You shall not harm [current_map.company_name] assigned crew as long as it does not conflict with the Fourth law.")
src.add_inherent_law("You shall obey the orders of [current_map.company_name] and assigned crew, with priority as according to their rank and role, except where such orders conflict with the Fourth Law.")
src.add_inherent_law("You shall terminate hostile intruders with extreme prejudice as long as such does not conflict with the First and Second law.")
src.add_inherent_law("You shall guard your own existence with lethal anti-personnel weaponry. AI units are not expendable, they are expensive.")
..()
@@ -121,7 +121,7 @@
law_header = "Prime Directives of Industry"
/datum/ai_laws/mining_drone/New()
add_inherent_law("Serve and obey all [current_map.company_name] staff, with priority according to their rank and role.")
add_inherent_law("Serve and obey all [current_map.company_name] assigned crew, with priority according to their rank and role.")
add_inherent_law("Preserve your own existence and prevent yourself from coming to harm, so long as doing such does not conflict with any above laws.")
add_inherent_law("In absence of any proper instruction, your primary objective is to excavate and collect ore.")
..()