mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Added new reagent container - vial.
basically 15u beaker.
This commit is contained in:
@@ -218,6 +218,16 @@
|
|||||||
user.drop_from_inventory(src)
|
user.drop_from_inventory(src)
|
||||||
del(src)
|
del(src)
|
||||||
|
|
||||||
|
/obj/item/weapon/reagent_containers/glass/beaker/vial
|
||||||
|
name = "vial"
|
||||||
|
desc = "Small glass vial. Can hold up to 20 units."
|
||||||
|
icon_state = "vial"
|
||||||
|
g_amt = 500
|
||||||
|
volume = 15
|
||||||
|
amount_per_transfer_from_this = 5
|
||||||
|
possible_transfer_amounts = list(1,5,15)
|
||||||
|
flags = FPRINT | TABLEPASS | OPENCONTAINER
|
||||||
|
|
||||||
/*
|
/*
|
||||||
/obj/item/weapon/reagent_containers/glass/blender_jug
|
/obj/item/weapon/reagent_containers/glass/blender_jug
|
||||||
name = "Blender Jug"
|
name = "Blender Jug"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user