mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
#102 - fixed config + requirements system #161 - extended clickable rectangle and some minor fixes
This commit is contained in:
@@ -2040,7 +2040,13 @@ bool CGameHandler::buildStructure( si32 tid, si32 bid )
|
||||
ssi.creatures[bid-30].first = VLC->creh->creatures[crid].growth;
|
||||
ssi.creatures[bid-30].second.push_back(crid);
|
||||
sendAndApply(&ssi);
|
||||
}
|
||||
}
|
||||
else if(bid == 11)
|
||||
ns.bid.insert(27);
|
||||
else if(bid == 12)
|
||||
ns.bid.insert(28);
|
||||
else if(bid == 13)
|
||||
ns.bid.insert(29);
|
||||
|
||||
ns.bid.insert(bid);
|
||||
ns.builded = t->builded + 1;
|
||||
|
||||
Reference in New Issue
Block a user