mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-24 23:02:07 +00:00
fixed getDistLimit in octagonal non-pure
This commit is contained in:
@@ -2570,7 +2570,7 @@ void buildRosemap() {
|
||||
|
||||
}
|
||||
|
||||
int getDistLimit() { return purehepta?(AT8?4:5):7; }
|
||||
int getDistLimit() { return purehepta?(AT8?4:5):(AT8?6:7); }
|
||||
|
||||
bool nogoSlow(cell *to, cell *from) {
|
||||
if(cellEdgeUnstable(to) && gravityLevel(to) >= gravityLevel(from)) return true;
|
||||
|
||||
Reference in New Issue
Block a user