diff --git a/ReallifeGamemode.Client/dlcpacks/newsfrog/dlc.rpf b/ReallifeGamemode.Client/dlcpacks/newsfrog/dlc.rpf new file mode 100644 index 00000000..d5428ee7 --- /dev/null +++ b/ReallifeGamemode.Client/dlcpacks/newsfrog/dlc.rpf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c08679902042fb2dc825ea17004c2dacf13432cd715c2c428c6d317a0ccd1a +size 32006144 diff --git a/ReallifeGamemode.Server/Finance/Economy.cs b/ReallifeGamemode.Server/Finance/Economy.cs index 2e9127f9..6cb10cb9 100644 --- a/ReallifeGamemode.Server/Finance/Economy.cs +++ b/ReallifeGamemode.Server/Finance/Economy.cs @@ -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; diff --git a/ReallifeGamemode.Server/Managers/VehicleManager.cs b/ReallifeGamemode.Server/Managers/VehicleManager.cs index d19ca5a1..8eefebda 100644 --- a/ReallifeGamemode.Server/Managers/VehicleManager.cs +++ b/ReallifeGamemode.Server/Managers/VehicleManager.cs @@ -756,7 +756,8 @@ namespace ReallifeGamemode.Server.Managers "veto2", "weevil", "winky", - "polamggtr", + "polamggtr", //mod + "newsfrog", //mod }; private static readonly Dictionary _serverVehicles = new Dictionary();