Fix Therapist Insurance options.

This commit is contained in:
VforValens 2022-08-18 18:30:12 -04:00
parent fd596acbb6
commit b6cd8d20c1

View File

@ -103,13 +103,13 @@ export class Insurance
changeTherapistTimes(): void
{
this.traders["54cb57776803fa99248b456e"].base.insurance.max_return_hour = this.modConfig.prapor.maxHr;
this.traders["54cb57776803fa99248b456e"].base.insurance.min_return_hour = this.modConfig.prapor.minHr;
this.traders["54cb57776803fa99248b456e"].base.insurance.max_return_hour = this.modConfig.therapist.maxHr;
this.traders["54cb57776803fa99248b456e"].base.insurance.min_return_hour = this.modConfig.therapist.minHr;
}
changeTherapistStorage(): void
{
this.traders["54cb57776803fa99248b456e"].base.insurance.max_storage_time = this.modConfig.prapor.storageMaxHr;
this.traders["54cb57776803fa99248b456e"].base.insurance.max_storage_time = this.modConfig.therapist.storageMaxHr;
}
changeTherapistPriceCoef(): void