mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
allowIncreasedSight now returns true after gameover
This commit is contained in:
parent
a8b4ad3a85
commit
6817ed42ad
@ -4378,6 +4378,7 @@ EX bool allowIncreasedSight() {
|
|||||||
if(racing::on) return true;
|
if(racing::on) return true;
|
||||||
if(quotient || !hyperbolic || arcm::in() || arb::in()) return true;
|
if(quotient || !hyperbolic || arcm::in() || arb::in()) return true;
|
||||||
if(WDIM == 3) return true;
|
if(WDIM == 3) return true;
|
||||||
|
if(!canmove) return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user