1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
This commit is contained in:
DjWarmonger 2009-11-28 11:26:32 +00:00
parent 7f97a56a28
commit b87dc7950f

View File

@ -3946,8 +3946,8 @@ void CGOnceVisitable::initObj()
artOrRes = 2; artOrRes = 2;
bonusType = ran()%6; //any basic resource without gold bonusType = ran()%6; //any basic resource without gold
bonusVal = ran()%4 + 1; bonusVal = ran()%4 + 1;
break;
} }
break;
case 108://Warrior's Tomb case 108://Warrior's Tomb
{ {
@ -3984,9 +3984,8 @@ void CGOnceVisitable::initObj()
bonusType = ran()%6; bonusType = ran()%6;
bonusVal = ran()%4 + 2; bonusVal = ran()%4 + 2;
} }
break;
} }
break;
} }
} }