mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
Adds vorepanel mush overlay settings for ingested metabolism (#7047)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user