Fixes MOD hypospray using incorrect fill sprites (#84875)

## About The Pull Request

After the syringe resprite their fill sprites no longer fit MOD hypos,
so I added proper fill textures for them.
Closes #81469

## Why It's Good For The Game

Current ones look jank and are going outside of the hypo

## Changelog
🆑
image: MOD hyposprays no longer use syringe fill sprites
/🆑
This commit is contained in:
SmArtKar
2024-07-12 04:09:02 +02:00
committed by GitHub
parent 60bc286350
commit 3b8ab52e3e
2 changed files with 6 additions and 0 deletions
@@ -119,6 +119,12 @@
volume = 30
inject_flags = INJECT_CHECK_PENETRATE_THICK
/obj/item/reagent_containers/syringe/mod/update_reagent_overlay()
if(reagents?.total_volume)
var/mutable_appearance/filling_overlay = mutable_appearance('icons/obj/medical/reagent_fillings.dmi', "mod[get_rounded_vol()]")
filling_overlay.color = mix_color_from_reagents(reagents.reagent_list)
. += filling_overlay
///Organizer - Lets you shoot organs, immediately replacing them if the target has the organ manipulation surgery.
/obj/item/mod/module/organizer
name = "MOD organizer module"