Home
last modified time | relevance | path

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

/dports/games/moria/umoria/misc/
H A Ddamage.chg58 int tot_dam(i_ptr, tdam, monster)
167 k = tot_dam(i_ptr, k, monptr);
/dports/games/moria/umoria/source/
H A Dexterns.h482 int tot_dam(struct inven_type *, int, int);
994 int tot_dam();
H A Dmoria4.c944 tdam = tot_dam(&throw_obj, tdam, i); in throw_object()
H A Dmoria3.c765 k = tot_dam(i_ptr, k, monptr);
H A Dmisc3.c2309 int tot_dam(i_ptr, tdam, monster) in tot_dam() function