Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-cast.h108 int apply_enhancement(const int initial_power, const int enhancer_levels);
H A Dspl-cast.cc557 int apply_enhancement(const int initial_power, const int enhancer_levels) in apply_enhancement() argument
559 int power = initial_power; in apply_enhancement()