mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Drops diamond cost of posi brains. Doubles gold, silver, and plasma cost. This is still below 1 sheet per posibrain of each material. (#10024)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
id = "posibrain"
|
||||
req_tech = list("engineering" = 4, "materials" = 6, "bluespace" = 2, "programming" = 4)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_IRON = 2000, MAT_GLASS = 1000, MAT_SILVER = 1000, MAT_GOLD = 500, MAT_PLASMA = 500, MAT_DIAMOND = 100)
|
||||
materials = list(MAT_IRON = 2000, MAT_GLASS = 1000, MAT_SILVER = 1000, MAT_GOLD = 1000, MAT_PLASMA = 1000)
|
||||
category = "Robotics"
|
||||
build_path = /obj/item/device/mmi/posibrain
|
||||
|
||||
|
||||
Reference in New Issue
Block a user