Home
last modified time | relevance | path

Searched refs:translate_spell (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dghost.h73 spell_type translate_spell(spell_type playerspell) const;
H A Dghost.cc759 const spell_type spell = translate_spell(you.spells[i]); in add_spells()
779 spell_type ghost_demon::translate_spell(spell_type spell) const in translate_spell() function in ghost_demon
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dfiles.cc167 unsigned char translate_spell(unsigned char spel);
1481 gs.values[i] = translate_spell( gs.values[i] ); in add_spells()
1540 unsigned char translate_spell(unsigned char spel) in translate_spell() function
1824 ghost.values[i] = translate_spell( ghost.values[i] ); in generate_random_demon()