Home
last modified time | relevance | path

Searched refs:TEMPLE_MAP_KEY (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddungeon.h26 #define TEMPLE_MAP_KEY "temple_map_key" macro
H A Dng-init.cc179 you.props[TEMPLE_MAP_KEY] = main_temple->name; in initialise_temples()
H A Ddungeon.cc734 you.props.erase(TEMPLE_MAP_KEY); in dgn_flush_map_memory()
2347 if (temple.exists(TEMPLE_MAP_KEY)) in _build_overflow_temples()
2349 name = temple[TEMPLE_MAP_KEY].get_string(); in _build_overflow_temples()
2975 const string name = you.props[TEMPLE_MAP_KEY]; in _dgn_random_map_for_place()