Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DHeal.c20 fx.healing_amount = amount; in Heal()
31 if (Target->GetEnergy() >= Target->GetMaxEnergy() || this.done >= this.healing_amount) in func()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer.h862 int scale_potion_healing(int healing_amount);
H A Dplayer.cc7668 int player::scale_potion_healing(int healing_amount) in scale_potion_healing() argument
7670 return div_rand_round(healing_amount * _get_potion_heal_factor(), 2); in scale_potion_healing()