linuxgurugamer / EVAParachutesAndEjectionSeats

Other
3 stars 3 forks source link

IPartCostModifier/IPartMassModifier is a delta #8

Open DRVeyl opened 4 years ago

DRVeyl commented 4 years ago

https://github.com/linuxgurugamer/EVAParachutesAndEjectionSeats/blob/master/EVAParachutesAndEjectionSeats/ModuleEjectCrew.cs#L489-L492

Should only return baseCost * getNumSeats(), not with the defaultCost added.

The same applies for mass in https://github.com/linuxgurugamer/EVAParachutesAndEjectionSeats/blob/master/EVAParachutesAndEjectionSeats/ModuleEjectCrew.cs#L476-L482