Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.cc6423 int attfactor; in attempt_escape() local
6430 attfactor = 3 * escape_attempts; in attempt_escape()
6452 if (attfactor > randfact) in attempt_escape()