Glass bottles are now dispensed with the lid on

It seemed kind of silly that vendors, for example, would dispense
bottles with their lids off.
This commit is contained in:
mwerezak
2015-02-05 00:41:59 -05:00
parent 8da0fb7f43
commit 9caf76d069
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -270,7 +270,7 @@
desc = "A small glass bottle. Can hold up to 10 units."
icon = 'icons/obj/chemical.dmi'
icon_state = "bottle-4"
flags = OPENCONTAINER
flags = 0
possible_transfer_amounts = null
w_class = 2.0
@@ -9,7 +9,7 @@
item_state = "atoxinbottle"
amount_per_transfer_from_this = 10
possible_transfer_amounts = list(5,10,15,25,30,60)
flags = OPENCONTAINER
flags = 0
volume = 60
on_reagent_change()