Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h411 int escape_attempts; variable
H A Dactor.cc400 escape_attempts = 0; in clear_constricted()
H A Dmonster.cc6429 escape_attempts += attempts; in attempt_escape()
6430 attfactor = 3 * escape_attempts; in attempt_escape()
H A Dplayer.cc7378 escape_attempts += attempts; in attempt_escape()
7384 const int escape_score = roll_dice(4 + escape_attempts, 13); in attempt_escape()
H A Dtags.cc727 marshallInt(th, who->escape_attempts); in _marshall_constriction()
744 who->escape_attempts = unmarshallInt(th); in _unmarshall_constriction()