[MIRROR] Adamantine golem leadership (#785)

* Adamantine golem leadership

* Update stylesheet.dm

* Delete golems.dm.rej

* Delete stylesheet.dm.rej

* Update golems.dm

* fuck line endings
This commit is contained in:
CitadelStationBot
2017-05-08 22:16:09 -07:00
committed by kevinz000
parent c7b78203a5
commit faf8829d30
7 changed files with 80 additions and 42 deletions
+3
View File
@@ -107,6 +107,9 @@
if(istype(O, /obj/item/stack/sheet/plastic))
species = /datum/species/golem/plastic
if(istype(O, /obj/item/stack/sheet/mineral/adamantine))
species = /datum/species/golem/adamantine
if(species)
if(O.use(10))
to_chat(user, "You finish up the golem shell with ten sheets of [O].")