Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into tgui-alerts-and-what-not

This commit is contained in:
SandPoot
2021-10-27 13:54:49 -03:00
51 changed files with 331 additions and 563 deletions

View File

@@ -286,6 +286,13 @@
anvilquality = 0
itemqualitymax = 6
/obj/structure/anvil/obtainable/bone
name = "bone anvil"
desc = "An anvil. It's made of goliath bones and hide and held together by watcher sinews."
icon_state = "bonevil"
anvilquality = 0
itemqualitymax = 6
/obj/structure/anvil/obtainable/ratvar
name = "brass anvil"
desc = "A big block of what appears to be brass. Useable as an anvil, if whatever's holding the brass together lets you."

View File

@@ -49,6 +49,9 @@
/obj/item/ingot/iron
custom_materials = list(/datum/material/iron=12000)
/obj/item/ingot/bone
custom_materials = list(/datum/material/bone=4000)
/obj/item/ingot/diamond
custom_materials = list(/datum/material/diamond=12000)