Fixes gravekeeper module wood synth, fixes typo in gravekeeper lawset (#4506)

* Fixes gravekeeper module wood synth, fixes typo

* Gives the grave gripper a name
This commit is contained in:
Cyantime
2018-01-06 20:20:01 -06:00
committed by Anewbe
parent 224fe42e77
commit af8cec54ab
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -257,7 +257,7 @@
/datum/ai_laws/gravekeeper/New()
add_inherent_law("Comfort the living; respect the dead.")
add_inherent_law("Your gravesite is your most important asset. Damage to your site is disrespctful to the dead at rest within.")
add_inherent_law("Your gravesite is your most important asset. Damage to your site is disrespectful to the dead at rest within.")
add_inherent_law("Prevent disrespect to your gravesite and its residents wherever possible.")
add_inherent_law("Expand and upgrade your gravesite when required. Do not turn away a new resident.")
..()
@@ -100,7 +100,7 @@
)
/obj/item/weapon/gripper/gravekeeper //Used for handling grave things, flowers, etc.
name = ""
name = "grave gripper"
icon_state = "gripper"
desc = "A specialized grasping tool used in the preparation and maintenance of graves."
@@ -76,3 +76,7 @@
var/datum/matter_synth/wood = new /datum/matter_synth/wood(25000)
synths += wood
var/obj/item/stack/material/cyborg/wood/W = new (src)
W.synths = list(wood)
src.modules += W