consider instance count in component mass

This commit is contained in:
JoePfeiffer 2022-04-29 19:32:19 -06:00
parent c5f4b401c3
commit ccb7c5e714

View File

@ -1377,7 +1377,7 @@ public abstract class RocketComponent implements ChangeSource, Cloneable, Iterab
massSubtotal += rc.getSectionMass();
}
return massSubtotal;
return massSubtotal * getInstanceCount();
}
/**