Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-summoning.cc1245 int num_tmons = random2(pow) > 120 ? 2 : random2(pow) > 50 ? 1 : 0; in cast_summon_horrible_things() local
1247 if (num_tmons == 0) in cast_summon_horrible_things()
1260 while (num_tmons-- > 0) in cast_summon_horrible_things()