Home
last modified time | relevance | path

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

/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h810COUNTERACTION_CONDITION_ALWAYS_RAGE, //Always perform coutner action and if health - att… enumerator
H A Dopenbor.c19251 …(self->health > force || (self->health-force <= 0 && COUNTERACTION_CONDITION_ALWAYS_RAGE)) && //… in do_attack()
19253 …ION_ALWAYS) || (self->animation->counterrange->condition == COUNTERACTION_CONDITION_ALWAYS_RAGE) || in do_attack()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1234COUNTERACTION_CONDITION_ALWAYS_RAGE, //Always perform coutner action and if health - att… enumerator
H A Dopenbor.c20250 …force <= 0 && (self->animation->counterrange->condition == COUNTERACTION_CONDITION_ALWAYS_RAGE))) … in do_attack()
20252 …ION_ALWAYS) || (self->animation->counterrange->condition == COUNTERACTION_CONDITION_ALWAYS_RAGE) || in do_attack()