[MIRROR] Plastic golems (#806)
* Plastic golems * Update lavaland_ruin_code.dm * Delete lavaland_ruin_code.dm.rej
This commit is contained in:
committed by
kevinz000
parent
f59f2ff8ed
commit
a6cb12b84a
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user