Targeting anything other than a mobile (aka an item) would trigger this part:
else if ( target is Item )
from.SendMessage( "You cannot shrink that!" );
and clicking the ground would result in no target -- and no targeting action, not a null target. Still, we all...