|
|
@ -454,7 +454,6 @@ void CGameContextMenu::update()
|
|
|
|
if (pLeafFame != NULL)
|
|
|
|
if (pLeafFame != NULL)
|
|
|
|
fameValue = pLeafFame->getValue8();
|
|
|
|
fameValue = pLeafFame->getValue8();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (_TextNews)
|
|
|
|
if (_TextNews)
|
|
|
|
_TextNews->setActive(selection && !canAttack() && !selection->isForageSource() && fameValue >= -30);
|
|
|
|
_TextNews->setActive(selection && !canAttack() && !selection->isForageSource() && fameValue >= -30);
|
|
|
|
|
|
|
|
|
|
|
|