mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user