I call it augrestrict
	Code:
	$aug_restrictions = array(
        1 => "Armor Only",
        2 => "Weapons Only",
        3 => "1H Weapons Only",
        4 => "2H Weapons Only",
        5 => "1H Slash Only",
        6 => "1H Blunt Only",
        7 => "Piercing Only",
        8 => "Hand to Hand Only",
        9 => "2H Slash Only",
        10 => "2H Blunt Only",
        11 => "2H Pierce Only",
        12 => "Bows Only",
        13 => "Shields Only",
        );