Check whether a deity can be selected by this character @return true means the deity can be a selected by a character with the given properties; false means the character cannot.
(final Deity aDeity)
| 4688 | * the character cannot. |
| 4689 | */ |
| 4690 | public boolean canSelectDeity(final Deity aDeity) |
| 4691 | { |
| 4692 | return legalDeityFacet.allows(id, aDeity); |
| 4693 | } |
| 4694 | |
| 4695 | /** |
| 4696 | * Return value indicates whether or not a spell was deleted. |