imrpoved c4

This commit is contained in:
ineedbots 2021-05-14 15:29:38 -06:00
parent 442dd97a2d
commit 56c296bc51

View File

@ -502,7 +502,11 @@ watchC4Thrown(c4)
break;
}
self notify( "alt_detonate" );
weap = self getCurrentWeapon();
if ( weap != "c4_mp" )
self notify( "alt_detonate" );
else
self thread pressFire();
}
/*