fix stat UI bug while trading

This commit is contained in:
Maxicarlos08 2023-11-25 13:52:27 +01:00
parent 69e827dfda
commit c689708ec9
No known key found for this signature in database

View File

@ -118,7 +118,7 @@ pub fn stats_count(item: &dyn ItemDesc, msm: &MaterialStatManifest) -> usize {
Effects::Any(_) | Effects::One(_) => 1,
Effects::All(effects) => effects.len(),
},
ItemKind::ModularComponent { .. } => 7,
ItemKind::ModularComponent { .. } => 6,
_ => 0,
};
if item.has_durability() {