1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

* blocked opening sepllbook if hero doesn't have a one

* removing one-battle bonuses after battle
* windmill gives 500 gold only during first week ever
This commit is contained in:
Michał W. Urbańczyk
2009-02-15 19:49:23 +00:00
parent adf5c052f9
commit c1109452d6
3 changed files with 22 additions and 2 deletions

View File

@ -1323,7 +1323,7 @@ void CGVisitableOPW::onHeroVisit( const CGHeroInstance * h ) const
case 109:
mid = 164;
sub = 6;
if(cb->getDate(2)<2)
if(cb->getDate(0)<8)
val = 500;
else
val = 1000;