Home
last modified time | relevance | path

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

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dslash.c3718 p_ptr->test_count = p_ptr->test_dam = p_ptr->test_heal = 0;
3727 msg_format(Ind, " \377oTotal damage done : %8d", p_ptr->test_dam);
3735 tmp = p_ptr->test_dam / p_ptr->test_count;
3737 tmp, ((p_ptr->test_dam * 10) / p_ptr->test_count) % 10);
3758 tmp = (p_ptr->test_dam * 10) / (((turn - p_ptr->test_turn) * 10) / cfg.fps);
3760 tmp, ((p_ptr->test_dam * 10) / ((turn - p_ptr->test_turn) / cfg.fps)) % 10);
H A Dspells1.c1809 Players[Ind_attacker]->test_dam += damage;
H A Dxtra2.c8323 p_ptr->test_dam += dam;
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2873 u32b test_count, test_dam, test_heal, test_turn; member