(CharacterDisplay display)
| 74 | } |
| 75 | |
| 76 | private String getNoUnitWeight(CharacterDisplay display) |
| 77 | { |
| 78 | return Globals.getGameModeUnitSet().displayWeightInUnitSet(display.getWeight()); |
| 79 | } |
| 80 | |
| 81 | private String getWeightToken(CharacterDisplay display) |
| 82 | { |
no test coverage detected