Home
last modified time | relevance | path

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

/dports/games/scourge/scourge/src/
H A Dcreature.cpp2999 float maxCth = *skill * 1.5f; in getCth() local
3000 if ( maxCth > 100 ) maxCth = 100; in getCth()
3001 if ( maxCth < 40 ) maxCth = 40; in getCth()
3004 *cth = Util::roll( 0.0f, maxCth ); in getCth()
3022 maxCth, in getCth()