ACE3/addons/medical_ai/XEH_PREP.hpp
johnb432 c31ef9e16b
Medical AI - Add command actions to heal injured units (#10164)
* Add AI command menu for healing

* Moved actions to separate function

* Minor cleanup
2024-08-05 02:39:35 -07:00

12 lines
220 B
C++

PREP(addHealingCommandActions);
PREP(canRequestMedic);
PREP(healingLogic);
PREP(healSelf);
PREP(healUnit);
PREP(isInjured);
PREP(isSafe);
PREP(itemCheck);
PREP(playTreatmentAnim);
PREP(requestMedic);
PREP(wasRequested);