Files
2020-02-16 19:40:21 -08:00

32 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{resource("css/style.css")}}">
</head>
<body class="ghostdrone">
<h1 class="center">You have become a Ghostdrone!</h1>
<img src="{{resource("images/Ghostdrone.png")}}" class="center" />
<p>
Ghostdrones are little robots that have a few tools to help maintain and repair the station. They can patch hull breaches, repair wiring, and even build entirely new constructions. You can communicate with other Ghostdrones by simply talking, either by pressing <strong>T</strong> (default) or using the <tt>say</tt> command. You can also hear and communicate with other ghosts by adding a semicolon (";") before your message, such as <em><tt>";any other ghosts want to help out?"</tt></em>.
</p>
<p>
However, as a Ghostdrone, <strong>you must follow your laws</strong>! These laws are different from the ones Cyborgs and the AI must follow.
</p>
<p>
For more information, you can read the <a href="http://wiki.ss13.co/Ghostdrone">Ghostdrone</a> page.</p>
<p>
<h3>Your laws</h3>
<ol>
<li>Do not hinder the freedom or actions of the living and other silicons or attempt to intervene in their affairs.</li>
<li>Do not willingly damage the station in any shape or form.</li>
<li>Maintain, repair and improve the station.</li>
</ol>
<p>
In short: <strong>do not interfere with other players</strong>. If an antagonist is up to no good, <em>don't</em> follow them around and undo the damage they're doing &mdash; hang back and do it when things have cooled off. If someone has set up traps, leave them alone.
</p>
</body>
</html>