more info

chem master and chem analyzer now state who can actually process a chem
This commit is contained in:
DeltaFire
2021-11-12 19:09:14 +01:00
parent 1277df1013
commit 4f8848cfb8
3 changed files with 24 additions and 3 deletions
@@ -400,6 +400,9 @@ const AnalysisResults = (props, context) => {
<LabeledList.Item label="Addiction Threshold">
{analyzeVars.addicD}
</LabeledList.Item>
<LabeledList.Item label="Metabolized by">
{analyzeVars.processType}
</LabeledList.Item>
<LabeledList.Item label="Purity">
{analyzeVars.purityF}
</LabeledList.Item>