소스 검색

Fixed Carry weight on Small Ammo box

Fixed Carry weight on Small Ammo box
Indominusrexi 7 년 전
부모
커밋
64a72bacb8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;