add newsfrog & change factionmoney to 500$
This commit is contained in:
@@ -87,7 +87,7 @@ namespace ReallifeGamemode.Server.Finance
|
||||
|
||||
if (user.Faction != null && user.FactionRank != null)
|
||||
{
|
||||
factionMoney = user.FactionRank.Order * 1000;
|
||||
factionMoney = user.FactionRank.Order * 500;
|
||||
}
|
||||
int otheramount = user.otheramount;
|
||||
int amount = wage - (int)(wage * financialInterest) - vehicleTaxation - (int)propertyTax + (int)financialHelp - rentalFees - healthInsurance + (factionMoney ?? 0) + otheramount;
|
||||
|
||||
Reference in New Issue
Block a user