Files
b5f77eeb66 Ports a lot of stuff from all around (#23)
* shhh

* checks the thing

* please don't hurt me, it is my first time

* there, much better

* this is huge

Co-authored-by: crazyraio2 <44246096+crazyraio2@users.noreply.github.com>
2020-07-14 01:31:52 -03:00

20 lines
854 B
Plaintext

/datum/design/bsrpd
name = "Bluespace Rapid Pipe Dispenser"
desc = "A tool that can construct and deconstruct pipes on the fly."
id = "bsrpd"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 75000, /datum/material/glass = 37500, /datum/material/bluespace = 1000)
build_path = /obj/item/pipe_dispenser/bluespace // Skyrat edit
category = list("Tool Designs")
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING
/datum/design/computermath
name = "Problem Computer"
desc = "Solve math problems. Get them correct, get credits."
id = "computermath"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 250, /datum/material/glass = 250, /datum/material/plastic = 250)
build_path = /obj/item/computermath/default
category = list("Tool Designs")
departmental_flags = DEPARTMENTAL_FLAG_CARGO | DEPARTMENTAL_FLAG_SCIENCE