mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Smith Addition: Productivity Bit (#28999)
* Adds productivity bit * Digging sand * Proper smithing costs
This commit is contained in:
@@ -28,6 +28,12 @@
|
||||
materials = list(MAT_TITANIUM = 8000, MAT_PLASMA = 8000)
|
||||
finished_product = /obj/item/smithed_item/tool_bit/heavy
|
||||
|
||||
/obj/item/smithed_item/component/bit_mount/productivity
|
||||
name = "productivity bit mount"
|
||||
desc = "This is the primary component of a productivity bit."
|
||||
materials = list(MAT_METAL = 2000, MAT_PLASMA = 2000)
|
||||
finished_product = /obj/item/smithed_item/tool_bit/productivity
|
||||
|
||||
/obj/item/smithed_item/component/bit_mount/economical
|
||||
name = "economical bit mount"
|
||||
desc = "This is the primary component of an economical bit."
|
||||
@@ -70,6 +76,12 @@
|
||||
materials = list(MAT_METAL = 8000, MAT_PLASMA = 8000)
|
||||
finished_product = /obj/item/smithed_item/tool_bit/heavy
|
||||
|
||||
/obj/item/smithed_item/component/bit_head/productivity
|
||||
name = "productivity bit mount"
|
||||
desc = "This is the secondary component of a productivity bit."
|
||||
materials = list(MAT_GOLD = 2000, MAT_SILVER = 2000)
|
||||
finished_product = /obj/item/smithed_item/tool_bit/productivity
|
||||
|
||||
/obj/item/smithed_item/component/bit_head/economical
|
||||
name = "economical bit head"
|
||||
desc = "This is the secondary component of an economical bit."
|
||||
|
||||
Reference in New Issue
Block a user