git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1691 c06c8d41-db1a-0410-9941-cceddc491573
WFED7ME7LXUZCZY3TWX7PCPW4EAA55W626CM2OOYVJTLI2BWFTVAC
hurted += (random2(6) * you.time_taken) / 10;
if (hurted < 0 || player_res_fire() > 0)
const int res_fire = player_res_fire();
if (res_fire < 0)
hurted += (random2(base_dam / 2 + 1) * you.time_taken) / 10;
else if (res_fire)
hurted /= 1 + (res_fire / 2);
if (hurted < 0)