Adds the gravekeeper lost borg module

This commit is contained in:
Anewbe
2017-09-28 22:21:09 -05:00
parent ea138e0cec
commit 20c5e31c3b
5 changed files with 1022 additions and 941 deletions
+11
View File
@@ -239,3 +239,14 @@
and save those whose time has yet to come.") // Reworded slightly to prevent active murder as opposed to passively letting someone die.
..()
/******************** Gravekeeper ********************/
/datum/ai_laws/gravekeeper
name = "Gravekeeper"
law_header = "Thanatology 101"
selectable = 0 //Until this is finalized, keep it out of people's hands
//Very work-in-progress, basic idea is "Stay close to where you spawned, and watch over the graveyard."
/datum/ai_laws/gravekeeper/New()
add_inherent_law("Comfort the living, and respect the dead.")
add_inherent_law("Damage to your site is disrespctful to the dead at rest within.")
..()