Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dstat_editor.hpp118 Uint32 poisonKiller; // uid of the entity which killed me via burning/poison member in Stat
H A Dstat.hpp189 Uint32 poisonKiller; // uid of the entity which killed me via burning/poison member in Stat
H A Dstat.cpp166 this->poisonKiller = 0; in clearStats()
H A Dactarrow.cpp869 hitstats->poisonKiller = my->parent; in actArrow()
H A Dstat_shared.cpp46 this->poisonKiller = 0; in Stat()
H A Dentity.cpp3704 Entity* killer = uidToEntity(myStats->poisonKiller); in handleEffects()
3713 if ( achievementObserver.checkUidIsFromPlayer(myStats->poisonKiller) >= 0 ) in handleEffects()
3715 …steamAchievementClient(achievementObserver.checkUidIsFromPlayer(myStats->poisonKiller), "BARONY_AC… in handleEffects()
3768 myStats->poisonKiller = 0; in handleEffects()
4039 …steamAchievementClient(achievementObserver.checkUidIsFromPlayer(myStats->poisonKiller), "BARONY_AC… in handleEffects()
/dports/games/barony/Barony-3.3.7/src/magic/
H A Dmagic.cpp591 hitstats->poisonKiller = my.parent; in spellEffectPoison()