Home
last modified time | relevance | path

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

/dports/games/scourge/scourge/src/rpg/
H A Drpg.cpp80 alignment = ALIGNMENT_LAWFUL; in initSkills()
H A Dspell.cpp129 alignment = ALIGNMENT_LAWFUL; in initMagic()
/dports/games/scourge/scourge/src/common/
H A Dconstants.h596 #define ALIGNMENT_LAWFUL 1.0f macro
/dports/games/scourge/scourge/src/
H A Dcreature.cpp3924 } else if ( skill->getAlignment() == ALIGNMENT_LAWFUL ) { in getAlignment()
3944 } else if ( spell->getSchool()->getBaseAlignment() == ALIGNMENT_LAWFUL ) { in getAlignment()