[MIRROR] Makes it clear whether (in)complete golem shells are free or servant (#857)

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

* resolves rej file
This commit is contained in:
CitadelStationBot
2017-05-18 04:40:12 -05:00
committed by Poojawa
parent 2ee5ff82a2
commit ff9928fdd7
3 changed files with 15 additions and 10 deletions
+5 -5
View File
@@ -40,7 +40,7 @@
category = list("Imported")
/obj/item/golem_shell
name = "incomplete golem shell"
name = "incomplete free golem shell"
icon = 'icons/obj/wizard.dmi'
icon_state = "construct"
desc = "The incomplete body of a golem. Add ten sheets of any mineral to finish."
@@ -113,7 +113,7 @@
if(species)
if(O.use(10))
to_chat(user, "You finish up the golem shell with ten sheets of [O].")
new shell_type(get_turf(src), species, has_owner, user)
new shell_type(get_turf(src), species, user)
qdel(src)
else
to_chat(user, "You need at least ten sheets to finish a golem.")
@@ -121,9 +121,9 @@
to_chat(user, "You can't build a golem out of this kind of material.")
//made with xenobiology, the golem obeys its creator
/obj/item/golem_shell/artificial
name = "incomplete artificial golem shell"
has_owner = TRUE
/obj/item/golem_shell/servant
name = "incomplete servant golem shell"
shell_type = /obj/effect/mob_spawn/human/golem/servant
///Syndicate Listening Post
/obj/effect/mob_spawn/human/lavaland_syndicate