Add unique strings for different scientist suits

This commit is contained in:
A Man
2021-08-25 15:41:44 +02:00
parent 8a7af75780
commit 451b02cda6
2 changed files with 24 additions and 4 deletions

View File

@@ -724,21 +724,21 @@ class Skin_gsc_scientist1_DZ : SkinBase {
class Skin_gsc_scientist1_head_DZ : SkinBase {
scope = 2;
displayName = $STR_DZE_EQUIP_STALKER_SCIENTIST1_HEAD_NAME;
descriptionShort = $STR_DZE_EQUIP_STALKER_SCIENTIST_DESC;
descriptionShort = $STR_DZE_EQUIP_STALKER_SCIENTIST_HEAD_DESC;
sex = "male";
playerModel = "gsc_scientist1_head_DZ";
};
class Skin_gsc_scientist2_DZ : SkinBase {
scope = 2;
displayName = $STR_DZE_EQUIP_STALKER_SCIENTIST2_MASK_NAME;
descriptionShort = $STR_DZE_EQUIP_STALKER_SCIENTIST_DESC;
descriptionShort = $STR_DZE_EQUIP_STALKER_SCIENTIST2_DESC;
sex = "male";
playerModel = "gsc_scientist2_DZ";
};
class Skin_gsc_scientist2_head_DZ : SkinBase {
scope = 2;
displayName = $STR_DZE_EQUIP_STALKER_SCIENTIST2_HEAD_NAME;
descriptionShort = $STR_DZE_EQUIP_STALKER_SCIENTIST_DESC;
descriptionShort = $STR_DZE_EQUIP_STALKER_SCIENTIST2_HEAD_DESC;
sex = "male";
playerModel = "gsc_scientist2_head_DZ";
};
@@ -1750,7 +1750,7 @@ class Skin_gsc_scientist1W_DZ : SkinBase {
class Skin_gsc_scientist2W_DZ : SkinBase {
scope = 2;
displayName = $STR_DZE_EQUIP_STALKER_SCIENTIST2_MASK_NAME;
descriptionShort = $STR_DZE_EQUIP_STALKER_SCIENTIST_FEMALE_DESC;
descriptionShort = $STR_DZE_EQUIP_STALKER_SCIENTIST2_FEMALE_DESC;
sex = "female";
playerModel = "gsc_scientist2W_DZ";
};