[MIRROR] Plastic golems (#806)

* Plastic golems

* Update lavaland_ruin_code.dm

* Delete lavaland_ruin_code.dm.rej
This commit is contained in:
CitadelStationBot
2017-05-08 02:25:20 -05:00
committed by kevinz000
parent f59f2ff8ed
commit a6cb12b84a
2 changed files with 18 additions and 1 deletions
+3
View File
@@ -103,6 +103,9 @@
if(istype(O, /obj/item/stack/medical/gauze) || istype(O, /obj/item/stack/sheet/cloth))
species = /datum/species/golem/cloth
if(istype(O, /obj/item/stack/sheet/plastic))
species = /datum/species/golem/plastic
if(species)
if(O.use(10))