mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
c31ef9e16b
* Add AI command menu for healing * Moved actions to separate function * Minor cleanup
12 lines
220 B
C++
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);
|