mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-26 01:31:51 +03:00
Add one female winter skin
This commit is contained in:
@@ -201,18 +201,6 @@ class Skin_SurvivorWpink_DZ: SkinBase {
|
||||
sex = "female";
|
||||
playerModel = "SurvivorWpink_DZ";
|
||||
};
|
||||
/*
|
||||
class Skin_SurvivorWsequisha_DZ: SkinBase {
|
||||
scope = 2;
|
||||
displayName = "Maria (female)";
|
||||
descriptionShort = "Maria Clothes (female)";
|
||||
};
|
||||
class Skin_SurvivorWsequishaD_DZ: SkinBase {
|
||||
scope = 2;
|
||||
displayName = "Sequisha (female)";
|
||||
descriptionShort = "Sequisha Clothes (female)";
|
||||
};
|
||||
*/
|
||||
class Skin_SurvivorWcombat_DZ: SkinBase {
|
||||
scope = 2;
|
||||
displayName = $STR_EPOCH_SKINS_ALEJANDRIA;
|
||||
@@ -220,6 +208,13 @@ class Skin_SurvivorWcombat_DZ: SkinBase {
|
||||
sex = "female";
|
||||
playerModel = "SurvivorWcombat_DZ";
|
||||
};
|
||||
class Skin_SurvivorWwinter_DZ: SkinBase {
|
||||
scope = 2;
|
||||
displayName = $STR_EPOCH_SKINS_ANGELINA;
|
||||
descriptionShort = $STR_EPOCH_SKINS_ANGELINA_DESC;
|
||||
sex = "female";
|
||||
playerModel = "SurvivorWwinter_DZ";
|
||||
};
|
||||
class Skin_SurvivorWdesert_DZ: SkinBase {
|
||||
scope = 2;
|
||||
displayName = $STR_EPOCH_SKINS_SAVANNAH;
|
||||
|
||||
Reference in New Issue
Block a user