|
|
@@ -597,10 +597,10 @@ namespace Fort23.Mono
|
|
|
if (widgetItem1 != null && daoyouGiftConfig.ID != 0)
|
|
|
{
|
|
|
Text_GiveGiftDesc.text = LanguageManager.Instance.Text(10289, daoyouGiftConfig.emotionValue,
|
|
|
- daoyouGiftConfig.emotionValue * emotionConfig.hanganUpRate[0] *
|
|
|
- PlayerManager.Instance.gameConstantConfig.daolvfavoratePara * 0.01f * 0.001,
|
|
|
- daoyouGiftConfig.emotionValue * emotionConfig.hanganUpRate[1] *
|
|
|
- PlayerManager.Instance.gameConstantConfig.daolvfavoratePara * 0.01f * 0.001);
|
|
|
+ (daoyouGiftConfig.emotionValue * emotionConfig.hanganUpRate[0] *
|
|
|
+ PlayerManager.Instance.gameConstantConfig.daolvfavoratePara * 0.01f * 0.001).ToString("0.0"),
|
|
|
+ (daoyouGiftConfig.emotionValue * emotionConfig.hanganUpRate[1] *
|
|
|
+ PlayerManager.Instance.gameConstantConfig.daolvfavoratePara * 0.01f * 0.001).ToString("0.0"));
|
|
|
}
|
|
|
else if (widgetItem1 != null && daoyouGiftConfig.ID == 0)
|
|
|
{
|