Okay I gotta hop

This commit is contained in:
Fermi
2019-11-19 12:22:53 +00:00
parent 35c538b412
commit 9fb6c2f3a3
3 changed files with 335 additions and 0 deletions
@@ -0,0 +1,10 @@
//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 = OPENCONTAINER
spillable = TRUE
resistance_flags = ACID_PROOF
amount_per_transfer_from_this = 0
possible_transfer_amounts = list(0)