-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MODULAR] [POLICY] Drone Changes (#850)
Drone Changes
- Loading branch information
1 parent
107a5d8
commit 598436a
Showing
3 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/mob/living/basic/drone | ||
initial_language_holder = /datum/language_holder/drone_nova | ||
laws = \ | ||
"1. You may not harm any being, regardless of intent or circumstance.\n"+\ | ||
"2. Your goals are to actively build, maintain, repair, improve, and provide power to the best of your abilities within the facility that housed your activation." //for derelict drones so they don't go to station. | ||
flavortext = \ | ||
"<span class='notice'>Drones are a ghost role that are allowed to fix the station and build things.</span>\n"+\ | ||
"<span class='notice'>Actions that are heavily discouraged include:</span>\n"+\ | ||
"<span class='notice'> - Interacting with round critical objects (IDs, weapons, contraband, powersinks, bombs, etc.)</span>\n"+\ | ||
"<span class='notice'> - Changing the health state of living beings (attacking, healing, etc.)</span>\n"+\ | ||
"<span class='notice'> - Interacting with non-living beings (dragging bodies, looting bodies, etc.)</span>\n"+\ | ||
"<span class='warning'>These rules are at admin discretion and will be heavily enforced.</span>\n"+\ | ||
"<span class='warning'><u>If you do not have the regular drone laws, follow your laws to the best of your ability.</u></span>\n"+\ | ||
"<span class='notice'>Prefix your message with :b to speak in Drone Chat.</span>\n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters