Fix #20076 Plasmaglass and plasmarglass now returns the correct amount of materials (#20079)

* Plasmaglass and Plasmarglass now returns the correct amount of materials

* forgot alien alloy
This commit is contained in:
Henri215
2023-01-03 17:48:58 -03:00
committed by GitHub
parent c5d58bd697
commit ad608cf016
4 changed files with 19 additions and 19 deletions

View File

@@ -51,7 +51,7 @@
id = "alienalloy"
req_tech = list("abductor" = 1, "materials" = 7, "plasmatech" = 2)
build_type = PROTOLATHE | SMELTER
materials = list(MAT_METAL = 4000, MAT_PLASMA = 4000)
materials = list(MAT_METAL = MINERAL_MATERIAL_AMOUNT * 2, MAT_PLASMA = MINERAL_MATERIAL_AMOUNT * 2)
build_path = /obj/item/stack/sheet/mineral/abductor
category = list("Stock Parts")
lathe_time_factor = 5