mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
25b8fd6d54
* Medical AI - Add setting to require items for treatment * all ivs * invert setting * Update addons/medical_ai/stringtable.xml Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com> * move item hash to preStart --------- Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
11 lines
188 B
C++
11 lines
188 B
C++
PREP(canRequestMedic);
|
|
PREP(healingLogic);
|
|
PREP(healSelf);
|
|
PREP(healUnit);
|
|
PREP(isInjured);
|
|
PREP(isSafe);
|
|
PREP(itemCheck);
|
|
PREP(playTreatmentAnim);
|
|
PREP(requestMedic);
|
|
PREP(wasRequested);
|