True if it is a racial proficiency @return True if it is a racial proficiency
()
| 54 | * @return True if it is a racial proficiency |
| 55 | */ |
| 56 | public boolean isRacial() |
| 57 | { |
| 58 | return racialProf != null && racialProf; |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * Set racial proficiency flag |