UmbraSpaceIndustries / MKS

MKS/OKS Colonization Systems
Other
219 stars 150 forks source link

Fixes reputation loss from dying Kerbals during Depot-connecting #1565

Open mhoram-kerbin opened 1 year ago

mhoram-kerbin commented 1 year ago

Currently there is a significant reputation-loss incurred, when depositing Kerbals to Wolf-Depots. This is caused by diminishing reputation gain and is more visible when the reputation is high.

The previous method for adjusting the reputation loss for dying Kerbals does not take the diminishing reputation gain into account. This patch fixes this problem by using "SetReputation" instead of "AddReputation".