mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
[MIRROR] Changes RMS material cost to require silver (#12745)
Co-authored-by: tacoguy7765093 <karokaromaro@gmail.com>
This commit is contained in:
co-authored by
tacoguy7765093
parent
40839ca663
commit
d76cabdf9b
@@ -1208,7 +1208,7 @@
|
||||
name = "Rapid Material Synthesizer"
|
||||
desc = "A device used to rapidly synthesize materials."
|
||||
id = "rms"
|
||||
materials = list(MAT_STEEL = 62500, MAT_GLASS = 15000)
|
||||
materials = list(MAT_STEEL = 62500, MAT_GLASS = 15000, MAT_SILVER = 7500)
|
||||
build_path = /obj/item/rms
|
||||
build_type = AUTOLATHE | PROTOLATHE
|
||||
category = list(
|
||||
|
||||
Reference in New Issue
Block a user