Fix Therapist Insurance options.
This commit is contained in:
parent
fd596acbb6
commit
b6cd8d20c1
@ -103,13 +103,13 @@ export class Insurance
|
|||||||
|
|
||||||
changeTherapistTimes(): void
|
changeTherapistTimes(): void
|
||||||
{
|
{
|
||||||
this.traders["54cb57776803fa99248b456e"].base.insurance.max_return_hour = this.modConfig.prapor.maxHr;
|
this.traders["54cb57776803fa99248b456e"].base.insurance.max_return_hour = this.modConfig.therapist.maxHr;
|
||||||
this.traders["54cb57776803fa99248b456e"].base.insurance.min_return_hour = this.modConfig.prapor.minHr;
|
this.traders["54cb57776803fa99248b456e"].base.insurance.min_return_hour = this.modConfig.therapist.minHr;
|
||||||
}
|
}
|
||||||
|
|
||||||
changeTherapistStorage(): void
|
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
|
changeTherapistPriceCoef(): void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user