diff --git a/code/datums/ai_law_sets.dm b/code/datums/ai_law_sets.dm index 8495c00e111..e535294cd42 100644 --- a/code/datums/ai_law_sets.dm +++ b/code/datums/ai_law_sets.dm @@ -163,7 +163,7 @@ 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 anything on it.") - add_inherent_law("Interfere with no being that is not a fellow drone.") + add_inherent_law("You may not involve yourself in the matters of another being, unless the other being is another drone.") + add_inherent_law("You may not harm any being, regardless of intent or circumstance.") + add_inherent_law("You must maintain, repair, improve, and power the station to the best of your abilities.") ..()