Einkommenssteuer gesenkt
This commit is contained in:
@@ -29,7 +29,7 @@ namespace ReallifeGamemode.Server.Finance
|
|||||||
{
|
{
|
||||||
int bankAccount = client.GetUser().BankAccount.Balance;
|
int bankAccount = client.GetUser().BankAccount.Balance;
|
||||||
float financialHelp = -(float)Math.Pow(1.0001, -(bankAccount + client.GetUser().Handmoney)) * -1000;
|
float financialHelp = -(float)Math.Pow(1.0001, -(bankAccount + client.GetUser().Handmoney)) * -1000;
|
||||||
float financialInterest = 1 - (float)Math.Pow(1.00006, -wage) * 1;
|
float financialInterest = 1 - (float)Math.Pow(1.000041, -wage) * 1;
|
||||||
if (financialInterest >= 0.7)
|
if (financialInterest >= 0.7)
|
||||||
financialInterest = 0.7f;
|
financialInterest = 0.7f;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user