Searched refs:spellnum (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmcastu.c125 choose_clerical_spell(spellnum)
126 int spellnum;
128 switch (spellnum) {
170 int spellnum = 0; local
188 spellnum = rn2(ml);
190 spellnum = choose_magic_spell(spellnum);
192 spellnum = choose_clerical_spell(spellnum);
195 if (!is_undirected_spell(mattk->adtyp, spellnum) ||
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmcastu.c125 choose_clerical_spell(spellnum)
126 int spellnum;
128 switch (spellnum) {
170 int spellnum = 0; local
188 spellnum = rn2(ml);
190 spellnum = choose_magic_spell(spellnum);
192 spellnum = choose_clerical_spell(spellnum);
195 if (!is_undirected_spell(mattk->adtyp, spellnum) ||
[all...]

Completed in 25 milliseconds