|
@@ -49,6 +49,7 @@ namespace Fort23.Mono
|
|
|
if (TimeHelper.ClientNow() - _daoYouData.emotionTime >= 60 * 60 * 1000)
|
|
|
{
|
|
|
_daoYouData.emotion = Random.Range(1, 4);
|
|
|
+ _daoYouData.emotionValue = (int)(100 / (float)_daoYouData.emotion);
|
|
|
_daoYouData.emotionTime = TimeHelper.ClientNow();
|
|
|
}
|
|
|
|