mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
adjusted hiveradius in weirdhyperbolic
This commit is contained in:
parent
bef3cb60c7
commit
456ef9cfcf
@ -1722,7 +1722,11 @@ namespace hive {
|
||||
if(!gdir) return;
|
||||
cellwalker bf(c, gdir);
|
||||
int radius = 9;
|
||||
if(getDistLimit() <= 6) radius = 6;
|
||||
if(chaosmode) radius = 5;
|
||||
if(chaosmode && getDistLimit() <= 5) radius = 4;
|
||||
if(getDistLimit() <= 3) radius = 3;
|
||||
|
||||
for(int i=2; i<radius; i++) {
|
||||
if(bf.c->type == 6)
|
||||
cwspin(bf, 3);
|
||||
|
Loading…
Reference in New Issue
Block a user