mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 20:27:10 +00:00
allowIncreasedSight now returns true after gameover
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user