mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
11 lines
385 B
Plaintext
11 lines
385 B
Plaintext
//Created if a sleeper is deconstructed, to contain the reagents within it.
|
|
/obj/item/reagent_containers/sleeper_buffer
|
|
name = "Sleeper buffer container"
|
|
desc = "A closed container for insertion in the Medical Sleepers."
|
|
volume = 1200
|
|
reagent_flags = NO_REACT
|
|
spillable = TRUE
|
|
resistance_flags = ACID_PROOF
|
|
amount_per_transfer_from_this = 0
|
|
possible_transfer_amounts = list(0)
|