mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-08 09:12:52 +03:00
reworked wearClothes to allow male/female skins
This commit is contained in:
@@ -1084,8 +1084,31 @@ class CfgMagazines
|
||||
scope = 2;
|
||||
displayName = "Rocker Outfit";
|
||||
descriptionShort = "Rebel Uniform";
|
||||
};
|
||||
class Skin_Bandit1_DZ: SkinBase
|
||||
{
|
||||
scope = 2;
|
||||
displayName = "Bandit Outfit";
|
||||
descriptionShort = "Bandit Outfit";
|
||||
};
|
||||
class Skin_BanditW1_DZ: SkinBase
|
||||
{
|
||||
scope = 2;
|
||||
displayName = "Bandit (female)";
|
||||
descriptionShort = "Bandit (female)";
|
||||
};
|
||||
class Skin_SurvivorW3_DZ: SkinBase
|
||||
{
|
||||
scope = 2;
|
||||
displayName = "European (female)";
|
||||
descriptionShort = "European (female)";
|
||||
};
|
||||
class Skin_SurvivorW2_DZ: SkinBase
|
||||
{
|
||||
scope = 2;
|
||||
displayName = "Civilian (female)";
|
||||
descriptionShort = "Civilian (female)";
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user