1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00
This commit is contained in:
DjWarmonger
2009-11-30 16:14:41 +00:00
parent 85f336cbaa
commit 0d0212642c

View File

@@ -3130,7 +3130,7 @@ void CGBonusingObject::onHeroVisit( const CGHeroInstance * h ) const
break;
case 38: //idol of fortune
messageID = 62;
iw.soundID = soundBase::experience;
sound = soundBase::experience;
if(cb->getDate(1) == 7) //7th day of week
gbonus.bonus.type = HeroBonus::MORALE_AND_LUCK;
else