mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Changes Corporate to Kaze's popular Corporate2.
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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. **************/
|
||||
|
||||
Reference in New Issue
Block a user