Rechargers can be built now

Rechargers now use capacitors as their stock parts and recharge faster depending on the quality of the recharger(may need balancing)
Can now also place smaller machinery on tables by clicking on the table while pulling them(microwaves and soda dispensers are some examples)
This commit is contained in:
Couls
2019-07-01 01:19:17 -04:00
parent 074a9fb0cd
commit cf31a774a5
9 changed files with 53 additions and 4 deletions
@@ -12,6 +12,16 @@
build_path = /obj/item/circuitboard/thermomachine
category = list ("Engineering Machinery")
/datum/design/recharger
name = "Machine Board(Weapon Recharger)"
desc = "The circuit board for a weapon recharger"
id = "recharger"
build_path = /obj/item/circuitboard/recharger
materials = list(MAT_GLASS = 1000)
build_type = IMPRINTER
req_tech = list("powerstorage" = 3, "materials" = 3)
category = list("Misc. Machinery")
/datum/design/smes
name = "Machine Board (SMES)"
desc = "The circuit board for a SMES."