Added new item - nanopaste.

Researchable by RnD (materials and engineering tech), used to repair robots and robolimbs more efficiently (twice as fast and both damage types at once).
This commit is contained in:
Chinsky
2013-03-13 05:57:53 +04:00
parent 8eea0abef4
commit a2e2c373ef
4 changed files with 46 additions and 0 deletions

View File

@@ -1321,6 +1321,14 @@ datum/design/synthetic_flash
build_path = "/obj/item/device/flash/synthetic"
category = "Misc"
datum/design/nanopaste
name = "nanopaste"
desc = "A tube of paste containing swarms of repair nanties. Very effective in repairing robotic machinery."
id = "nanopaste"
req_tech = list("materials" = 4, "engineering" = 3)
build_type = PROTOLATHE
materials = list("$metal" = 7000, "$glass" = 7000)
build_path = "/obj/item/stack/nanopaste"
/////////////////////////////////////////
/////////////////Weapons/////////////////
/////////////////////////////////////////