hive:: use revstep

This commit is contained in:
Zeno Rogue 2018-12-12 02:51:42 +01:00
parent f135ad54a7
commit 2b0e154d11
1 changed files with 2 additions and 7 deletions

View File

@ -1817,13 +1817,8 @@ namespace hive {
if(chaosmode && getDistLimit() <= 5) radius = 4; if(chaosmode && getDistLimit() <= 5) radius = 4;
if(getDistLimit() <= 3) radius = 3; if(getDistLimit() <= 3) radius = 3;
for(int i=2; i<radius; i++) { for(int i=(chaosmode?0:2); i<radius; i++)
if(bf.at->type == 6) bf += revstep;
bf += 3;
else
bf += 3 + hrand(2);
bf += wstep;
}
cell *citycenter = bf.at; cell *citycenter = bf.at;
buginfo.clear(); buginfo.clear();