Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddungeon.cc3928 const int skel_chance = mons_skeleton(mg.cls) ? 2 : 0; in _place_aquatic_in() local
3929 mg.cls = random_choose_weighted(skel_chance, MONS_SKELETON, in _place_aquatic_in()