Get the HPROLL.STAT token @param display @return the HPROLL.STAT token
(CharacterDisplay display)
| 111 | * @return the HPROLL.STAT token |
| 112 | */ |
| 113 | public static int getStatToken(CharacterDisplay display) |
| 114 | { |
| 115 | return (int) display.getStatBonusTo("HP", "BONUS"); |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Get the HPROLL.TOTAL token |
no test coverage detected