mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-15 11:45:48 +00:00
bringris:: achievement BRINGRISFOUR
This commit is contained in:
parent
76ba2b9068
commit
8a0ff206d5
@ -807,6 +807,7 @@ void find_lines() {
|
||||
score += 100000. * points * (points+1.) / current_move_time_limit();
|
||||
completed += points;
|
||||
playSound(cwt.at, points == 1 ? "pickup-gold" : "orb-mind");
|
||||
if(points == 4 && pro_game && max_piece == 4) rv_achievement("BRINGRISFOUR");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user