Exemplo n.º 1
0
        public override bool Axe(Mobile from, BaseAxe axe)
        {
            if (!TryCreateBoards(from, 100, new FrostwoodBoard()))
            {
                return(false);
            }

            return(true);
        }
Exemplo n.º 2
0
        public override bool Axe(Mobile from, BaseAxe axe)
        {
            if (!TryCreateBoards(from, 95, new YewBoard()))
            {
                return(false);
            }

            return(true);
        }
Exemplo n.º 3
0
        public virtual bool Axe(Mobile from, BaseAxe axe)
        {
            if (!TryCreateBoards(from, 0, new Board()))
            {
                return(false);
            }

            return(true);
        }