Changed drone laws to be more VG like

This commit is contained in:
alex-gh
2014-05-13 02:44:31 +02:00
parent 55ca21058d
commit b6b5e0a9fc
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -140,9 +140,9 @@ datum/ai_laws/tyrant //This probably shouldn't be a default lawset.
/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.")
/* General ai_law functions */