[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>
This commit is contained in:
SkyratBot
2020-08-19 19:56:31 -04:00
committed by GitHub
co-authored by ArcaneMusic
parent 44789900ff
commit 1ec8cd6a2d
+1
View File
@@ -74,6 +74,7 @@
var/reag_txt = ""
if(seed && P_analyzer.scan_mode == PLANT_SCANMODE_CHEMICALS)
msg += "<br><span class='info'>*Plant Reagents*</span>"
msg += "<br><span class='info'>Maximum reagent capacity: [reagents.maximum_volume]</span>"
var/chem_cap = 0
for(var/reagent_id in reagents.reagent_list)
var/datum/reagent/R = reagent_id