mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +00:00
default_levs() in honeycombs can be 0
This commit is contained in:
@@ -138,6 +138,7 @@ EX int default_levs() {
|
||||
return 1;
|
||||
if(S3 >= OINF)
|
||||
return 1;
|
||||
if(reg3::in_rule()) return 0;
|
||||
return S3-3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user