From 1ec8cd6a2ddb4b3dfdfb70a504886c6787b461c3 Mon Sep 17 00:00:00 2001
From: SkyratBot <59378654+SkyratBot@users.noreply.github.com>
Date: Thu, 20 Aug 2020 01:56:31 +0200
Subject: [PATCH] [MIRROR] Plants now show their maximum reagent capacity on
plant analyzer examine with reagent mode on. (#414)
* Bam ath happy (#53039)
* Plants now show their maximum reagent capacity on plant analyzer examine with reagent mode on.
Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
---
code/modules/hydroponics/grown.dm | 1 +
1 file changed, 1 insertion(+)
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