Get weight in set token @param pc @param eq @return weight in set token
(PlayerCharacter pc, Equipment eq)
| 1071 | * @return weight in set token |
| 1072 | */ |
| 1073 | private static String getWTToken(PlayerCharacter pc, Equipment eq) |
| 1074 | { |
| 1075 | return Globals.getGameModeUnitSet().displayWeightInUnitSet(eq.getWeight(pc).doubleValue()); |
| 1076 | } |
| 1077 | |
| 1078 | /** |
| 1079 | * Get the number of attacks token |
no test coverage detected