diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index dc881a1847d..14b8cf3bc84 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -74,6 +74,7 @@ var/reag_txt = "" if(seed && P_analyzer.scan_mode == PLANT_SCANMODE_CHEMICALS) msg += "
*Plant Reagents*" + msg += "
Maximum reagent capacity: [reagents.maximum_volume]" var/chem_cap = 0 for(var/reagent_id in reagents.reagent_list) var/datum/reagent/R = reagent_id