mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user