Medical belt overlays + hypo storage

This commit is contained in:
Poojawa
2019-04-04 18:38:34 -05:00
parent 67e26a8ad3
commit d8312ec5ae
8 changed files with 23 additions and 3 deletions
@@ -97,3 +97,6 @@
var/mutable_appearance/filling = mutable_appearance('icons/obj/reagentfillings.dmi', "dropper")
filling.color = mix_color_from_reagents(reagents.reagent_list)
add_overlay(filling)
/obj/item/reagent_containers/dropper/get_belt_overlay()
return mutable_appearance('icons/obj/clothing/belt_overlays.dmi', "pouch")