mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-17 02:07:01 +01:00
* 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>
20 lines
854 B
Plaintext
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
|