Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/magic/
H A Dmagic.hpp413 …bool magicstaff; // if true the spell was cast from a magicstaff and thus it may have slightly dif… member
615 …CharmMonster(Entity& my, spellElement_t& element, Entity* parent, int resistance, bool magicstaff);
H A Dspell.cpp410 spell->magicstaff = false; in spellConstructor()
H A Dmagic.cpp1227 …tCharmMonster(Entity& my, spellElement_t& element, Entity* parent, int resistance, bool magicstaff) in spellEffectCharmMonster() argument
1320 if ( magicstaff ) in spellEffectCharmMonster()
H A DcastSpell.cpp590 ((spell_t*)spellnode->element)->magicstaff = true; in castSpell()
H A Dactmagic.cpp132 if ( !spell->magicstaff && !spell->sustain ) in actMagiclightBall()