mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
fifteen:: no more ghosts
This commit is contained in:
@@ -117,6 +117,7 @@ void scramble() {
|
||||
}
|
||||
|
||||
bool draw_fifteen(cell *c, const shiftmatrix& V) {
|
||||
lastexplore = turncount;
|
||||
if(!fif.count(c)) { c->land = laNone; c->wall = waChasm; return false; }
|
||||
check_move();
|
||||
|
||||
|
Reference in New Issue
Block a user