Skip to content

Commit

Permalink
Adds an Alert Message to Silicons (#36700)
Browse files Browse the repository at this point in the history
* siliconRuleAlertAgain

* siliconRuleUpdateOne

* siliconRuleAlertTyrantAdded

---------

Co-authored-by: unknown <[email protected]>
  • Loading branch information
bathosbathtime and unknown committed Jun 27, 2024
1 parent 105674c commit be66166
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/silicon/ai/login.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +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 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: 2 additions & 0 deletions code/modules/mob/living/silicon/mommi/login.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
to_chat(src, "<span class='big warning'>MoMMIs are not standard cyborgs, and have different laws. Review your laws carefully.</span>")
to_chat(src, "<b>For newer players, a simple FAQ is <a href=\"http://ss13.moe/wiki/index.php/MoMMI\">here</a>. Further questions should be directed to adminhelps (F1).</b>")
to_chat(src, "<span class='info'>For cuteness' sake, using the various emotes MoMMIs have such as *beep, *ping, *buzz or *aflap isn't considered interacting. Don't use that as an excuse to get involved though, always remain neutral.</span>")
to_chat(src, "<b>Remember, being a silicon overrides any former antagonist roles.</b>")

/mob/living/silicon/robot/mommi/sammi/greet_robot()
to_chat(src, "<span class='big warning'>SAMMIs are not standard cyborgs, and have different laws. Review your laws carefully.</span>")
to_chat(src, "<b>For newer players, a simple FAQ is <a href=\"http://ss13.moe/wiki/index.php/SAMMI\">here</a>. Further questions should be directed to adminhelps (F1).</b>")
to_chat(src, "<b>Remember, being a silicon overrides any former antagonist roles.</b>")
1 change: 1 addition & 0 deletions code/modules/mob/living/silicon/robot/login.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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 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 be66166

Please sign in to comment.