diff --git a/client/widgets/MiscWidgets.cpp b/client/widgets/MiscWidgets.cpp index 5d0036b67..83ba3bacf 100644 --- a/client/widgets/MiscWidgets.cpp +++ b/client/widgets/MiscWidgets.cpp @@ -380,7 +380,16 @@ void MoraleLuckBox::set(const IBonusBearer *node) if (morale && node && (node->hasBonusOfType(Bonus::UNDEAD) || node->hasBonusOfType(Bonus::BLOCK_MORALE) || node->hasBonusOfType(Bonus::NON_LIVING))) - text += CGI->generaltexth->arraytxt[113]; //unaffected by morale + { + text += CGI->generaltexth->arraytxt[113]; //unaffected by morale + bonusValue = 0; + } + else if(!morale && node && node->hasBonusOfType(Bonus::BLOCK_LUCK)) + { + // TODO: there is no text like "Unaffected by luck" so probably we need own text + text += CGI->generaltexth->arraytxt[noneTxtId]; + bonusValue = 0; + } else if(modifierList->empty()) text += CGI->generaltexth->arraytxt[noneTxtId];//no modifiers else