removes all non-defined materials I found (#75659)

This commit is contained in:
John Willard
2023-05-26 15:45:09 -07:00
committed by GitHub
parent 5105b3338e
commit 8767ab709a
17 changed files with 359 additions and 200 deletions
@@ -25,7 +25,7 @@
desc = "Allows for the construction of a Golem Shell."
id = "golem"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 40000)
materials = list(/datum/material/iron = SHEET_MATERIAL_AMOUNT*20)
build_path = /obj/item/golem_shell
category = list(RND_CATEGORY_IMPORTED)