Home
last modified time | relevance | path

Searched refs:suscep_acid (Results 1 – 6 of 6) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Dcblue.lua318 if players(p).suscep_acid == 1 then resa = "-" end
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dplayer.pre561 bool suscep_acid; /* Acid does more damage on the player */
H A Dxtra1.c2281 …if (r_ptr->flags9 & RF9_SUSCEP_ACID) { p_ptr->suscep_acid = TRUE; csheet_boni->cb[1] |= CB2_SACID;… in calc_body_bonus()
3048 p_ptr->suscep_acid = FALSE;
5804 p_ptr->suscep_acid = FALSE;
H A Dspells2.c1588 if (p_ptr->suscep_acid) fprintf(fff, "You are susceptible to acid.\n"); in self_knowledge()
H A Dspells1.c2900 if (p_ptr->suscep_acid) dam = dam * 2;
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2620 bool suscep_acid; /* Acid does more damage on the player */ member