浏览代码

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;