Home
last modified time | relevance | path

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

/dports/games/augustus/augustus-3.1.0/src/widget/sidebar/
H A Dextra.c259 int angry_gods = 0; in count_angry_gods() local
262 angry_gods++; in count_angry_gods()
265 return angry_gods; in count_angry_gods()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dreligion.cc4203 vector<god_type> angry_gods; in handle_god_time() local
4208 angry_gods.push_back(*it); in handle_god_time()
4210 if (x_chance_in_y(angry_gods.size(), 20)) in handle_god_time()
4214 const bool succ = divine_retribution(*random_iterator(angry_gods)); in handle_god_time()