mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Forgot about the backpacks
This commit is contained in:
@@ -15,6 +15,8 @@ class CivilianW: CAManBase
|
|||||||
weaponSlots = "1 + 4 + 12* 256 + 2* 4096 + 2 + 8* 16 + 12*131072";
|
weaponSlots = "1 + 4 + 12* 256 + 2* 4096 + 2 + 8* 16 + 12*131072";
|
||||||
canHideBodies = false; //fn_selfaction handles hide bodies
|
canHideBodies = false; //fn_selfaction handles hide bodies
|
||||||
identityTypes[] = {"Language_W_EN_EP1","Woman"};
|
identityTypes[] = {"Language_W_EN_EP1","Woman"};
|
||||||
|
backpack = "";
|
||||||
|
canCarryBackPack = 1;
|
||||||
attendant = 0;
|
attendant = 0;
|
||||||
engineer = 0;
|
engineer = 0;
|
||||||
canDeactivateMines = 0;
|
canDeactivateMines = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user