Adds vorepanel mush overlay settings for ingested metabolism (#7047)

This commit is contained in:
Verkister
2023-09-26 17:07:30 +02:00
committed by GitHub
parent 4db5e81df6
commit 6567845e1b
10 changed files with 277 additions and 20 deletions
@@ -289,6 +289,11 @@
belly_data["item_mush_val"] = B.item_mush_val
belly_data["custom_reagentcolor"] = B.custom_reagentcolor
belly_data["custom_reagentalpha"] = B.custom_reagentalpha
belly_data["metabolism_overlay"] = B.metabolism_overlay
belly_data["metabolism_mush_ratio"] = B.metabolism_mush_ratio
belly_data["max_ingested"] = B.max_ingested
belly_data["custom_ingested_color"] = B.custom_ingested_color
belly_data["custom_ingested_alpha"] = B.custom_ingested_alpha
var/list/reagent_flags = list()
for(var/flag_name in B.reagent_mode_flag_list)