()
| 471 | } |
| 472 | |
| 473 | getAllowedHeroClasses () { |
| 474 | const heroClass = this.get('heroClass') |
| 475 | if (heroClass) { return [heroClass] } |
| 476 | return ['Warrior', 'Ranger', 'Wizard'] |
| 477 | } |
| 478 | |
| 479 | getHeroStats () { |
| 480 | // Translate from raw hero properties into appropriate display values for the PlayHeroesModal. |
no test coverage detected