MCPcopy Create free account
hub / github.com/crawl/crawl / _give_basic_knowledge

Function _give_basic_knowledge

crawl-ref/source/ng-setup.cc:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361static 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
369static void _setup_generic(const newgame_def& ng,
370 bool normal_dungeon_setup /*for catch2-tests*/);

Callers 1

_setup_genericFunction · 0.85

Calls 2

identify_inventoryFunction · 0.85

Tested by

no test coverage detected