Get the HPROLL.TOTAL token @param pc @param level @return the HPROLL.TOTAL token
(PlayerCharacter pc, int level)
| 122 | * @return the HPROLL.TOTAL token |
| 123 | */ |
| 124 | public static int getTotalToken(PlayerCharacter pc, int level) |
| 125 | { |
| 126 | return getRollToken(pc, level) + getStatToken(pc.getDisplay()); |
| 127 | } |
| 128 | } |
no test coverage detected