mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Ensures icons update when reagents change
This commit is contained in:
@@ -77,6 +77,10 @@
|
|||||||
filled = 1
|
filled = 1
|
||||||
filled_reagents = list("inaprovaline" = 5)
|
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
|
/obj/item/weapon/reagent_containers/hypospray/autoinjector/empty
|
||||||
filled = 0
|
filled = 0
|
||||||
filled_reagents = list()
|
filled_reagents = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user