mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 20:56:47 +01:00
20 lines
800 B
Plaintext
20 lines
800 B
Plaintext
/datum/design/light_replacer_blue/New()
|
|
departmental_flags |= DEPARTMENTAL_FLAG_SCIENCE
|
|
. = ..()
|
|
|
|
/datum/design/bluespacespray/New()
|
|
departmental_flags |= DEPARTMENTAL_FLAG_SERVICE
|
|
. = ..()
|
|
|
|
|
|
/datum/design/ultimatespray
|
|
name = "Ultimate Spray"
|
|
desc = "The ultimate sprayer, no mess shall go unclean today."
|
|
id = "ultimatespray"
|
|
build_type = PROTOLATHE
|
|
materials = list(/datum/material/iron = 2250, /datum/material/glass = 2250, /datum/material/plasma = 2250, /datum/material/diamond = 370, /datum/material/bluespace = 370)
|
|
build_path = /obj/item/reagent_containers/spray/ultimate
|
|
reagents_list = list(/datum/reagent/liquid_dark_matter = 10)
|
|
category = list("Misc", "Medical Designs")
|
|
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_SERVICE
|