public override bool Axe(Mobile from, BaseAxe axe) { if (!TryCreateBoards(from, 100, new FrostwoodBoard())) { return(false); } return(true); }
public override bool Axe(Mobile from, BaseAxe axe) { if (!TryCreateBoards(from, 95, new YewBoard())) { return(false); } return(true); }
public virtual bool Axe(Mobile from, BaseAxe axe) { if (!TryCreateBoards(from, 0, new Board())) { return(false); } return(true); }