Add goggle overlay support for Contact update Blindfolds (#7157)

This commit is contained in:
Filip Maciejewski 2019-12-07 22:21:51 +01:00 committed by jonpas
parent 29a0732b0c
commit f336b6ce62
2 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,13 @@ class CfgGlasses {
ACE_DustPath = QPATHTOF(textures\fx\dust\%1.paa);
};
class G_Blindfold_01_base_F: None {
ACE_Overlay = QPATHTOF(textures\HUD\blindfold_ca.paa);
ACE_OverlayCracked = "";
ACE_Resistance = 2;
ACE_Protection = 1;
};
class G_Combat:None {
COMBAT_GOGGLES
};

Binary file not shown.