Ensures icons update when reagents change

This commit is contained in:
Yoshax
2017-04-30 18:53:32 +01:00
parent 03ff489f7a
commit a3f9186e2a

View File

@@ -77,6 +77,10 @@
filled = 1
filled_reagents = list("inaprovaline" = 5)
/obj/item/weapon/reagent_containers/hypospray/autoinjector/on_reagent_change()
..()
update_icon()
/obj/item/weapon/reagent_containers/hypospray/autoinjector/empty
filled = 0
filled_reagents = list()