bluespace pipe dispenser and sprite previews, isn't it nice?

This commit is contained in:
Enric Gabriel
2020-07-02 00:13:08 -03:00
parent c8ff8d1a6f
commit e18a47ca8a
17 changed files with 295 additions and 11 deletions
@@ -0,0 +1,8 @@
/datum/design/borg_upgrade_bsrpd
name = "Cyborg Upgrade (Bluespace RPD)"
id = "borg_upgrade_bsrpd"
build_type = MECHFAB
build_path = /obj/item/borg/upgrade/bsrpd
materials = list(/datum/material/iron = 1000, /datum/material/glass = 1000, /datum/material/bluespace = 500)
construction_time = 100
category = list("Cyborg Upgrade Modules")
@@ -0,0 +1,9 @@
/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