| 1410 | } |
| 1411 | |
| 1412 | void new_level(bool restore) |
| 1413 | { |
| 1414 | print_stats_level(); |
| 1415 | update_whereis(); |
| 1416 | |
| 1417 | _update_level_state(); |
| 1418 | |
| 1419 | if (restore) |
| 1420 | return; |
| 1421 | |
| 1422 | cancel_polar_vortex(); |
| 1423 | |
| 1424 | if (player_in_branch(BRANCH_ZIGGURAT)) |
| 1425 | you.zig_max = max(you.zig_max, you.depth); |
| 1426 | } |
no test coverage detected