494 {
495 super.OnItemLocationChanged(old_owner, new_owner);
496
498 {
500
501
502 if (old_owner == NULL && new_owner != NULL &&
IsActive())
503 {
504
505 if ( new_owner.IsPlayer() )
506 {
508 }
509 else if (new_owner.GetHierarchyRootPlayer())
510 {
512 }
513 }
514 }
515
516 }
void SnapOnObject(EntityAI victim)