Reworks cryopod storage

This commit is contained in:
mistyLuminescence
2017-10-20 19:14:45 +01:00
parent 4208cfb29d
commit ae308a3a91
26 changed files with 32 additions and 33 deletions

View File

@@ -14,6 +14,7 @@
possible_transfer_amounts = null
flags = OPENCONTAINER
slot_flags = SLOT_BELT
preserve_item = 1
var/reusable = 1
var/used = 0
var/filled = 0
@@ -70,6 +71,7 @@
reusable = 0
filled = 1
filled_reagents = list("inaprovaline" = 5)
preserve_item = 0
/obj/item/weapon/reagent_containers/hypospray/autoinjector/on_reagent_change()
..()