mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-18 02:37:45 +01:00
11 lines
456 B
Plaintext
11 lines
456 B
Plaintext
/obj/item/reagent_containers/spray/bluespace
|
|
name = "bluespace spray bottle"
|
|
desc = "A bluespace spray bottle, do not give it to the clown."
|
|
volume = 250
|
|
amount_per_transfer_from_this = 2
|
|
stream_amount = 5
|
|
icon = 'sandcode/icons/obj/janitor.dmi'
|
|
icon_state = "cleaneradv"
|
|
item_state = "cleaneradv"
|
|
custom_materials = list(/datum/material/glass = 2250, /datum/material/plasma = 2250, /datum/material/diamond = 185, /datum/material/bluespace = 185)
|