Merge pull request #15565 from SandPoot/custom-statues

Custom statues and sculpting changes.
This commit is contained in:
silicons
2022-04-06 12:12:24 -07:00
committed by GitHub
21 changed files with 526 additions and 156 deletions
@@ -158,3 +158,11 @@
materials = list(/datum/material/iron = 150, /datum/material/glass = 150)
build_path = /obj/item/geiger_counter
category = list("initial", "Tools")
/datum/design/chisel
name = "Chisel"
id = "chisel"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 75)
build_path = /obj/item/chisel
category = list("initial","Tools")