Home
last modified time | relevance | path

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

/dports/games/spellcast/spellcast/
H A Dexecute2.c22 fred->both.mind_spell = SP__AMNESIA;
25 perm->mind_spell = SP__AMNESIA;
34 fred->both.mind_spell = SP__CONFUSION;
37 perm->mind_spell = SP__CONFUSION;
49 fred->both.mind_spell = SP__FEAR;
52 perm->mind_spell = SP__FEAR;
81 perm->mind_spell = SP__PARALYSIS;
95 perm->mind_spell = SP__PARALYSIS;
163 switch (perm->mind_spell) {
173 fred->both.mind_spell = SP__FEAR;
[all …]
H A Dinternal.h64 int mind_spell, mind_detail; member
79 int mind_spell, mind_caster; member
108 int mind_spell, mind_caster; member
132 int mind_spell, mind_caster; member
H A Demonster.c252 if (thud->mind_caster==1 && thud->perm.mind_spell==SP__CONFUSION &&
275 if (thud->mind_caster==1 && thud->perm.mind_spell==SP__CONFUSION) {
326 thud->nowm_spell = thud->mind_spell;
328 thud->mind_spell = (-1);
H A Dengine.c48 ps->mind_spell = -1;
61 fred->both.mind_spell = (-1);
77 fred->both.mind_spell = -1;
105 fred->both.mind_spell = -1;
304 switch (wiz->mind_spell) {
312 … if (wiz->mind_caster==1 && wiz->perm.mind_spell==SP__CONFUSION && wiz->perm.mind_detail!=(-1)) {
320 if (wiz->mind_caster==1 && wiz->perm.mind_spell==SP__CONFUSION) {
327 …if ((wiz->mind_caster & 1024) && wiz->perm.mind_spell==SP__CHARM_PERSON && wiz->perm.mind_detail!=…
349 if ((wiz->mind_caster & 1024) && wiz->perm.mind_spell==SP__CHARM_PERSON) {
418 wiz->mind_spell = (-1); /* for wizards, it's over, man */