Home
last modified time | relevance | path

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

/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/
H A Deffects.h155 int effect_type_amount(effect_t type);
/dports/games/nlarn/nlarn-NLarn-0.7.6/src/
H A Deffects.c679 int effect_type_amount(effect_t type) in effect_type_amount() function
H A Dspells.c630 if (e->amount < (effect_type_amount(e->type) * (int)s->knowledge)) in spell_type_player()
632 e->amount += effect_type_amount(e->type); in spell_type_player()