Home
last modified time | relevance | path

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

/dports/games/scourge/scourge/src/
H A Dcreature.cpp3901 int totalSpellCount, chaoticSpellCount, lawfulSpellCount; in getAlignment() local
3937 chaoticSpellCount = lawfulSpellCount = 0; in getAlignment()
3945 lawfulSpellCount++; in getAlignment()
3952 lawfulness = (float)lawfulSpellCount / (float)totalSpellCount; in getAlignment()