Пример #1
0
 /**
  * Get the VALUE sub token
  *
  * @param pc
  * @return the VALUE sub token
  */
 public static String getValueToken(PlayerCharacter pc) {
   return BigDecimalHelper.trimZeros(pc.totalValue())
       + " "
       + SettingsHandler.getGame().getCurrencyDisplay();
 }