private void DrawTarget(NPC npc)
		{
			npc.DrawToSpriteBatch(_sb, true);
		}