Beispiel #1
0
        public bool ProficiencyRoll()
        {
            try
            {
                for (int i = 0; i < profDice; i++)
                {
                    ParseRoll(proficiency.Roll());
                }
            }
            catch (Exception exc)
            {
                return(false);
            }

            return(true);
        }