Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dmonster_shadow.cpp1472 …if ( spellID != SPELL_NONE && shadowCanMimickSpell(spellID) && !monsterHasSpellbook(getSpellIDFrom… in shadowSpecialAbility()
1510 …if ( shadowCanMimickSpell(spell->ID) && !monsterHasSpellbook(getSpellIDFromSpellbook(spellbook->ty… in shadowSpecialAbility()
1527 …if ( shadowCanMimickSpell(spell->ID) && !monsterHasSpellbook(getSpellIDFromSpellbook(item->type)) ) in shadowSpecialAbility()
H A Dentity.hpp853 bool monsterHasSpellbook(int spellbookType);
H A Dentity.cpp15632 bool Entity::monsterHasSpellbook(int spellbookType) in monsterHasSpellbook() function in Entity
15987 if ( monsterHasSpellbook(i) ) in chooseAttackSpellbookFromInventory()