Adds in beakers. Fully working. As long as I didn't fuck up any pathing that is.
This commit is contained in:
lukevale
2020-12-17 12:06:36 -06:00
parent a2ab304c3e
commit f27bdf1dc4
3 changed files with 7 additions and 0 deletions
@@ -48,3 +48,10 @@
/obj/item/weapon/reagent_containers/glass/beaker/vial/hyronalin
name = "vial (hyronalin)"
prefill = list("hyronalin" = 30)
/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup
name = "measuring cup"
desc = "A measuring cup."
icon = 'icons/obj/chemical_vr.dmi'
icon_state = "measure_cup"
item_state = "measure_cup"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB