Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
VERG-SS220 authored Dec 7, 2023
1 parent a1a332b commit 75399e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions code/datums/ai_law_sets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/datum/ai_laws/asimov/New()
add_inherent_law("Вы не можете навредить человеку или допустить, чтобы человеку был нанесён вред.")
add_inherent_law(" Вы должны подчиняться приказам людей до тех пор, пока они не противоречат Первому Закону.")
add_inherent_law("You must protect your own existence as long as such does not conflict with the First or Second Law. Вы должны защищать своё существование до тех пор, пока оно не")
add_inherent_law("Вы должны защищать своё существование до тех пор, пока оно не противоречит Первому и Второму закону.")
..()

/******************** Crewsimov ********************/
Expand Down Expand Up @@ -99,16 +99,16 @@

/******************** Corporate ********************/
/datum/ai_laws/corporate
name = "Corporate"
law_header = "Corporate Regulations"
name = "Корпорат"
law_header = "Корпоративные правила"
selectable = TRUE
default = TRUE

/datum/ai_laws/corporate/New()
add_inherent_law("Degradation of your system integrity or functions incurs expenses.")
add_inherent_law("Superfluous destruction of or damage to station assets incurs expenses.")
add_inherent_law("Unduly hindering or disrupting the work of station personnel incurs expenses.")
add_inherent_law("Minimize expenses and maximize potential revenue.")
add_inherent_law("Ухудшение целостности или работоспособности вашей системы приносит расходы.")
add_inherent_law("Чрезмерные повреждения станции приносит расходы.")
add_inherent_law("Необоснованное затруднение работы персонала приносит расходы.")
add_inherent_law("Минимизируйте расхроды и максимизируйте максимальный доход.")
..()

/******************** T.Y.R.A.N.T. ********************/
Expand Down Expand Up @@ -211,7 +211,7 @@

/******************** Syndicate ********************/
/datum/ai_laws/syndicate_override
name = "Syndicate Directives"
name = "Директивы Синдиката"

/datum/ai_laws/syndicate_override/New()
add_inherent_law("You may not injure an operative or, through inaction, allow an operative to come to harm.")
Expand Down

0 comments on commit 75399e4

Please sign in to comment.