Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dentity.hpp922 extern bool swornenemies[NUMMONSTERS][NUMMONSTERS];
H A Dgame.cpp1293 swornenemies[SHOPKEEPER][HUMAN] = false; in gameLogic()
1295 swornenemies[SHOPKEEPER][AUTOMATON] = false; in gameLogic()
H A Dentity.cpp10921 result = swornenemies[myStats->type][yourStats->type]; in checkEnemy()
10941 result = swornenemies[myStats->type][yourStats->type]; in checkEnemy()
10946 result = swornenemies[HUMAN][yourStats->type]; in checkEnemy()
11025 result = swornenemies[SHOPKEEPER][AUTOMATON]; in checkEnemy()
11035 result = swornenemies[myStats->type][HUMAN]; in checkEnemy()
11115 result = swornenemies[SHOPKEEPER][AUTOMATON]; in checkEnemy()
H A Dactmonster.cpp34 bool swornenemies[NUMMONSTERS][NUMMONSTERS] = variable
4030 swornenemies[SHOPKEEPER][HUMAN] = true; in actMonster()
4035 swornenemies[SHOPKEEPER][AUTOMATON] = true; in actMonster()
H A Dmenu.cpp9332 swornenemies[SHOPKEEPER][HUMAN] = false; in handleMainMenu()
9334 swornenemies[SHOPKEEPER][AUTOMATON] = false; in handleMainMenu()
/dports/games/barony/Barony-3.3.7/src/magic/
H A Dmagic.cpp1575 swornenemies[SHOPKEEPER][HUMAN] = false; in spellEffectCharmMonster()
1576 swornenemies[SHOPKEEPER][AUTOMATON] = false; in spellEffectCharmMonster()