mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user