Open DRVeyl opened 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.
baseCost * getNumSeats()
The same applies for mass in https://github.com/linuxgurugamer/EVAParachutesAndEjectionSeats/blob/master/EVAParachutesAndEjectionSeats/ModuleEjectCrew.cs#L476-L482
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