mirror of
https://github.com/KabKebab/GS13.git
synced 2026-03-21 02:32:48 +00:00
[READY] Allows addition of reagents to sleepers for injection and detection of failed organs (minor GUI tweak.)
12 lines
415 B
Plaintext
12 lines
415 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."
|
|
icon_state = "sleeper_buffer"
|
|
volume = 500
|
|
reagent_flags = NO_REACT
|
|
spillable = TRUE
|
|
resistance_flags = ACID_PROOF
|
|
amount_per_transfer_from_this = 0
|
|
possible_transfer_amounts = list(0)
|