229 {
231 if ( gloves && !gloves.IsDamageDestroyed() )
232 {
234 }
235 else
236 {
237 int rand = Math.RandomIntInclusive(0,9);
238 if ( rand == 0 )
239 {
240 rand = Math.RandomIntInclusive(0,1);
241 if ( rand == 0 && !player.GetBleedingManagerServer().AttemptAddBleedingSourceBySelection("LeftForeArmRoll") )
242 {
243 player.GetBleedingManagerServer().AttemptAddBleedingSourceBySelection("RightForeArmRoll");
244 }
245 else if ( rand == 1 && !player.GetBleedingManagerServer().AttemptAddBleedingSourceBySelection("RightForeArmRoll") )
246 {
247 player.GetBleedingManagerServer().AttemptAddBleedingSourceBySelection("LeftForeArmRoll");
248 }
249 }
250 }
251 }
class GP5GasMask extends MaskBase ItemBase
float m_AdjustedDamageToMiningItemEachDrop