Merge pull request #14507 from CuteMoff/thisismydiamondsword

Added "Diamond Ingots" for Blacksmithing
This commit is contained in:
silicons
2021-03-24 19:23:02 -06:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
custom_materials = list(/datum/material/iron=12000)
/obj/item/ingot/diamond
custom_materials = list(/datum/material/diamond=12000) //yeah ok
custom_materials = list(/datum/material/diamond=12000)
/obj/item/ingot/uranium
custom_materials = list(/datum/material/uranium=12000)