mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Fixed #241
This commit is contained in:
parent
7f97a56a28
commit
b87dc7950f
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user