mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 05:08:54 +01:00
bluespace pipe dispenser and sprite previews, isn't it nice?
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user