Even with my script reading like this my players still arnt gaining justice.
using System;
using Server.Items;
namespace Server.Mobiles
{
    public class Brigand : BaseCreature
    {
        [Constructable]
        public Brigand()
            : base(AIType.AI_Melee, FightMode.Closest, 10, 1...