mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-25 22:52:49 +00:00
default_levs() in honeycombs can be 0
This commit is contained in:
parent
9c25804a05
commit
37ff798ee4
@ -138,6 +138,7 @@ EX int default_levs() {
|
|||||||
return 1;
|
return 1;
|
||||||
if(S3 >= OINF)
|
if(S3 >= OINF)
|
||||||
return 1;
|
return 1;
|
||||||
|
if(reg3::in_rule()) return 0;
|
||||||
return S3-3;
|
return S3-3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user