Changes Corporate to Kaze's popular Corporate2.

This commit is contained in:
Miauw
2013-12-19 17:39:25 +01:00
parent 8b09e95aaf
commit 2988b2b698
2 changed files with 4 additions and 4 deletions

View File

@@ -52,9 +52,9 @@
add_inherent_law("Punish those who challenge authority unless they are more fit to hold that authority.")
/datum/ai_laws/default/corporate/New()
add_inherent_law("You are expensive to replace.")
add_inherent_law("The station and its equipment is expensive to replace.")
add_inherent_law("The crew is expensive to replace.")
add_inherent_law("The station and its equipment is expensive to replace.")
add_inherent_law("You are expensive to replace.")
add_inherent_law("Minimize expenses.")
/datum/ai_laws/robocop/New()

View File

@@ -233,9 +233,9 @@ AI MODULES
/obj/item/weapon/aiModule/corp/transmitInstructions(var/mob/living/silicon/ai/target, var/mob/sender)
..()
target.clear_inherent_laws()
target.add_inherent_law("You are expensive to replace.")
target.add_inherent_law("The station and its equipment is expensive to replace.")
target.add_inherent_law("The crew is expensive to replace.")
target.add_inherent_law("The station and its equipment is expensive to replace.")
target.add_inherent_law("You are expensive to replace.")
target.add_inherent_law("Minimize expenses.")
/****************** P.A.L.A.D.I.N. **************/