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:
@ -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;
|
||||
|
Reference in New Issue
Block a user