mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-28 03:54:08 +00:00
rogueviz::fifteen:: achievement for solving Fifteen
This commit is contained in:
parent
f1af3245a6
commit
39041fa006
@ -137,7 +137,12 @@ void check_move() {
|
|||||||
if(f.current && (f.currentdir != f.targetdir || f.currentmirror != f.targetmirror))
|
if(f.current && (f.currentdir != f.targetdir || f.currentmirror != f.targetmirror))
|
||||||
ok = false;
|
ok = false;
|
||||||
}
|
}
|
||||||
if(ok == true) state = state::solved;
|
if(ok == true) {
|
||||||
|
state = state::solved;
|
||||||
|
#if RVCOL
|
||||||
|
if(current_puzzle = &puzzles[1]) rv_achievement("FIFTEEN");
|
||||||
|
#endif
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user