Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dstat.hpp173 static const int STAT_FLAG_MONSTER_DISABLE_HC_SCALING = 26; variable
H A Dentity.cpp17445 if ( (svFlags & SV_FLAG_HARDCORE) && stats.MISC_FLAGS[STAT_FLAG_MONSTER_DISABLE_HC_SCALING] == 0 ) in setHardcoreStats()
/dports/games/barony/Barony-3.3.7/src/magic/
H A Dmagic.cpp1843 summonedStats->MISC_FLAGS[STAT_FLAG_MONSTER_DISABLE_HC_SCALING] = 1; in spellEffectPolymorph()