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 21:20:01 -05:00
committed by Anewbe
parent 224fe42e77
commit af8cec54ab
3 changed files with 6 additions and 2 deletions

View File

@@ -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