Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Darena.cc245 static int item_drop_times[MAX_ITEMS]; variable
359 memset(item_drop_times, 0, sizeof(item_drop_times)); in setup_level()
1240 arena::item_drop_times[ii->index()] = arena::turns; in arena_placed_monster()
1360 arena::item_drop_times[corpse->index()] = arena::turns; in arena_monster_died()
1371 arena::item_drop_times[ii->index()] = arena::turns; in arena_monster_died()
1377 return arena::item_drop_times[a] < arena::item_drop_times[b]; in _sort_by_age()
1383 arena::item_drop_times[i] = 0; \
1425 if (arena::item_drop_times[idx] == 0) in arena_cull_items()
1428 arena::item_drop_times[idx] = arena::turns; in arena_cull_items()