Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
gp5gasmask.c
Go to the documentation of this file.
1class GP5GasMask extends MaskBase
2{
3 override bool IsObstructingVoice()
4 {
5 return true;
6 }
7
8 override int GetVoiceEffect()
9 {
10 return VoiceEffectObstruction;
11 }
12}
13
14class GP5GasMask_Filter : ItemBase {};