upgradeable recycler

This commit is contained in:
Fox-McCloud
2015-09-04 19:41:42 -04:00
parent 71493c9d3f
commit ea6bfdf758
10 changed files with 57 additions and 26 deletions

View File

@@ -175,6 +175,7 @@
force = 14
throwforce = 10
amount_per_transfer_from_this = 20
materials = list(MAT_GOLD=800)
possible_transfer_amounts = null
volume = 150
flags = CONDUCT | OPENCONTAINER
@@ -357,12 +358,14 @@
name = "Captain's Flask"
desc = "A metal flask belonging to the captain"
icon_state = "flask"
materials = list(MAT_SILVER=300)
volume = 60
/obj/item/weapon/reagent_containers/food/drinks/flask/detflask
name = "Detective's Flask"
desc = "A metal flask with a leather band and golden badge belonging to the detective."
icon_state = "detflask"
materials = list(MAT_METAL=200)
volume = 60
/obj/item/weapon/reagent_containers/food/drinks/flask/barflask