| 359 | } |
| 360 | |
| 361 | static void _give_basic_knowledge() |
| 362 | { |
| 363 | identify_inventory(); |
| 364 | mark_inventory_sets_unknown(); |
| 365 | |
| 366 | // Removed item types are handled in _set_removed_types_as_identified. |
| 367 | } |
| 368 | |
| 369 | static void _setup_generic(const newgame_def& ng, |
| 370 | bool normal_dungeon_setup /*for catch2-tests*/); |
no test coverage detected