This allows elves, humans, and Gargoyles to have beards (or facial horns)
I have added the ability to remove the restrictions to female characters if you so choos.
Note: This will also work with other races. This will not work with female characters unless you remove
else if (from.Female)
from.SendMessage( "Only males can use the deed." );
Anyways, here we go! ^_^ This was inspired by a beard restyling deed I saw a loooooong time ago and...
using System;
using Server.Gumps;
using Server.Mobiles;
using Server.Network;
namespace Server.Items
{
public class BeardRestylingDeed : Item
{
[Constructable]
public BeardRestylingDeed()
: base(0x14F0)
{
this.Weight = 1.0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.