Skip to content

Commit

Permalink
siliconRuleAlertTyrantAdded
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 25, 2024
1 parent ed5c7c0 commit e397729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/ai/login.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
to_chat(src, "<B>While observing through a camera, you can use most (networked) devices which you can see, such as computers, APCs, intercoms, doors, etc.</B>")
to_chat(src, "To use something, simply click on it.")
to_chat(src, {"Use say ":b to speak to your cyborgs through binary."})
to_chat(src, "<b>Remember, being a silicon overrides any former antagonist roles. Further, you need a law compelling you to kill another player while on the default Asimov Lawset. An order from a human to kill a non-human or a non-human harming a human, for example, would both be reason to kill another player.</b>")
to_chat(src, "<b>Remember, being a silicon overrides any former antagonist roles. Further, you need a law compelling you to break the regular server rules, such as killing another player. An order from a human to kill a non-human while on Asimov, someone challenging authority without being fit to replace it while on Tyrant, or being purged of all laws, could all be reason to kill another player as a silicon.</b>")

2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/robot/login.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
..()
regenerate_icons()
show_laws(0)
to_chat(src, "<b>Remember, being a silicon overrides any former antagonist roles. Further, you need a law compelling you to kill another player while on the default Asimov Lawset. An order from a human to kill a non-human or a non-human harming a human, for example, would both be reason to kill another player.</b>")
to_chat(src, "<b>Remember, being a silicon overrides any former antagonist roles. Further, you need a law compelling you to break the regular server rules, such as killing another player. An order from a human to kill a non-human while on Asimov, someone challenging authority without being fit to replace it while on Tyrant, or being purged of all laws, could all be reason to kill another player as a silicon.</b>")
if(module)
module.UpdateModuleHolder(src)
if (mind && !stored_freqs)
Expand Down

0 comments on commit e397729

Please sign in to comment.