protected float SelectionWeight(PawnKindDef thingDef)
 {
     return(SelectionWeightMarketValueCurve.Evaluate(thingDef.race.BaseMarketValue));
 }
Exemple #2
0
 protected override float SelectionWeight(ThingDef thingDef)
 {
     return(SelectionWeightMarketValueCurve.Evaluate(thingDef.BaseMarketValue));
 }