mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fix decloner design in protolathe
As reported in https://github.com/VOREStation/VOREStation/issues/3539, you can't put chemicals in a protolathe, so you shouldn't use chemicals as a requirement in protolathe recipes!
This commit is contained in:
@@ -565,7 +565,6 @@ other types of metals and chemistry for reagents).
|
|||||||
id = "decloner"
|
id = "decloner"
|
||||||
req_tech = list(TECH_COMBAT = 8, TECH_MATERIAL = 7, TECH_BIO = 5, TECH_POWER = 6)
|
req_tech = list(TECH_COMBAT = 8, TECH_MATERIAL = 7, TECH_BIO = 5, TECH_POWER = 6)
|
||||||
materials = list("gold" = 5000,"uranium" = 10000)
|
materials = list("gold" = 5000,"uranium" = 10000)
|
||||||
chemicals = list("mutagen" = 40)
|
|
||||||
build_path = /obj/item/weapon/gun/energy/decloner
|
build_path = /obj/item/weapon/gun/energy/decloner
|
||||||
sort_string = "TAAAE"
|
sort_string = "TAAAE"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user