Bladeren bron

Fixed Carry weight on Small Ammo box

Fixed Carry weight on Small Ammo box
Indominusrexi 7 jaren geleden
bovenliggende
commit
64a72bacb8
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      Scripts/scripts/zeus3denScripts/playerBased/Items/Boxes/Small_ammo.sqf

+ 1 - 1
Scripts/scripts/zeus3denScripts/playerBased/Items/Boxes/Small_ammo.sqf

@@ -17,4 +17,4 @@
 	_vic addweaponcargoglobal ["SWOP_DC15ABlasterRifle",5];
 	_vic addMagazineCargoGlobal ["SWOP_Valken38XBlasterRifle_Mag", 5]; 
 	_vic addMagazineCargoGlobal ["5Rnd_HE_Grenade_DC15A", 10]; 
-	ACE_maxWeightCarry = 3000;	
+	ACE_maxWeightCarry = 10000;