Home
last modified time | relevance | path

Searched defs:creatureTarget (Results 1 – 2 of 2) sorted by relevance

/dports/games/scourge/scourge/src/rpg/
H A Dspell.cpp181 bool creatureTarget = ( strchr( targetTypeStr, 'C' ) != NULL ); in initMagic() local
278 int distance, int targetType, int speed, int effect, bool creatureTarget, in Spell()
H A Dspell.h86 bool creatureTarget, locationTarget, itemTarget, partyTarget, doorTarget; variable