mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Updated m_amt and g_amt to match their design
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
name = "Metal"
|
||||
id = "metal"
|
||||
build_type = AUTOLATHE
|
||||
materials = list("$metal" = MINERAL_MATERIAL_AMOUNT)
|
||||
materials = list("$metal" = 3750)
|
||||
build_path = /obj/item/stack/sheet/metal
|
||||
category = list("initial","Construction")
|
||||
|
||||
@@ -254,7 +254,7 @@
|
||||
name = "Reinforced Glass"
|
||||
id = "rglass"
|
||||
build_type = AUTOLATHE
|
||||
materials = list("$metal" = 1000, "$glass" = MINERAL_MATERIAL_AMOUNT)
|
||||
materials = list("$metal" = 1875, "$glass" = MINERAL_MATERIAL_AMOUNT)
|
||||
build_path = /obj/item/stack/sheet/rglass
|
||||
category = list("initial","Construction")
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
name = "Metal Rod"
|
||||
id = "rods"
|
||||
build_type = AUTOLATHE
|
||||
materials = list("$metal" = 1000)
|
||||
materials = list("$metal" = 1875)
|
||||
build_path = /obj/item/stack/rods
|
||||
category = list("initial","Construction")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user