How can I remove items for gargoyles? If I delete race verification, things remain active for others. And there are problems with the display.

C#:
 public override Race RequiredRace
        {
            get
            {
                return Race.Gargoyle;
            }
        }
        public override bool CanBeWornByGargoyles
        {
            get
            {
                return true;
            }
        }

If I completely delete the file with the subject, for example "GargishLeatherChest. cs" then there are problems when building scripts. How else can you completely get rid of things of the gargul race?
Post automatically merged:


Found some things in loot. cs. This loot on all monsters including Champions and their artifacts?

And how can they be removed from crafting?
 
Last edited:
Back