Home
last modified time | relevance | path

Searched refs:CRN_T3 (Results 1 – 4 of 4) sorted by relevance

/dports/games/avanor/avanor-0.5.8/creature/
H A Dcreature2.cpp478 msgwin.AddLast(pData->target->GetNameEx(CRN_T3)); in InflictDamage()
489 sprintf(buf, "and %s %s.", pData->target->GetWoundMsg(1), pData->target->GetNameEx(CRN_T3)); in InflictDamage()
511 msgwin.AddLast(pData->target->GetNameEx(CRN_T3)); in InflictDamage()
646 msgwin.AddLast(GetNameEx(CRN_T3)); in onAttacked()
650 msgwin.AddLast(GetNameEx(CRN_T3)); in onAttacked()
654 sprintf(buf, "and %s %s.", GetWoundMsg(1), GetNameEx(CRN_T3)); in onAttacked()
685 msgwin.AddLast(GetNameEx(CRN_T3)); in onAttacked()
710 msgwin.AddLast(GetNameEx(CRN_T3)); in onAttackedByMagic()
714 msgwin.AddLast(GetNameEx(CRN_T3)); in onAttackedByMagic()
718 sprintf(buf, "and %s %s.", attacker->GetWoundMsg(1), GetNameEx(CRN_T3)); in onAttackedByMagic()
[all …]
H A Dcreature.cpp1719 case CRN_T3: return "you"; in GetNameEx()
1728 case CRN_T3: return "him"; in GetNameEx()
1737 case CRN_T3: return "her"; in GetNameEx()
1746 case CRN_T3: return "it"; in GetNameEx()
1756 case CRN_T3: return "him"; in GetNameEx()
1765 case CRN_T3: return "her"; in GetNameEx()
1774 case CRN_T3: return "it"; in GetNameEx()
1784 case CRN_T3: return "it"; in GetNameEx()
H A Dcreature.h64 CRN_T3, //your, him/her, it enumerator
/dports/games/avanor/avanor-0.5.8/other/
H A Dother_misc.cpp191 msgwin.AddLast(cr->GetNameEx(CRN_T3)); in Activate()
204 msgwin.AddLast(cr->GetNameEx(CRN_T3)); in Activate()