Get the WEIGHT sub token @param display @return the WEIGHT sub token
(CharacterDisplay display)
| 131 | * @return the WEIGHT sub token |
| 132 | */ |
| 133 | public static String getWeightToken(CharacterDisplay display) |
| 134 | { |
| 135 | return Globals.getGameModeUnitSet().displayWeightInUnitSet(display.totalWeight().doubleValue()) |
| 136 | + Globals.getGameModeUnitSet().getWeightUnit(); |
| 137 | } |
| 138 | } |
no test coverage detected