1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-18 06:30:41 +00:00

bringris:: achievement BRINGRISFOUR

This commit is contained in:
Zeno Rogue 2024-08-24 15:54:19 +02:00
parent 76ba2b9068
commit 8a0ff206d5

View File

@ -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");
}
}