Makes it clear whether (in)complete golem shells are free or servant (#27025)

* Artifical golem shells now have "artificial" in the name

So it's clear whether you're becoming a free or an enslaved golem.
This commit is contained in:
coiax
2017-05-08 19:56:47 +01:00
committed by Leo
parent 72581ca2c1
commit 15cd682eef
3 changed files with 14 additions and 9 deletions
@@ -337,7 +337,7 @@ GLOBAL_LIST_INIT(snow_recipes, list ( \
* Adamantine
*/
GLOBAL_LIST_INIT(adamantine_recipes, list(
new /datum/stack_recipe("artificial golem shell", /obj/item/golem_shell/artificial, req_amount=1, res_amount=1),
new /datum/stack_recipe("incomplete servant golem shell", /obj/item/golem_shell/servant, req_amount=1, res_amount=1),
))
/obj/item/stack/sheet/mineral/adamantine