mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
de13ab0f47
* Medical - Rework CPR and Bleeding in cardiac arrest * remove cprCreatesPulse, add cprSuccessChance * hide cpr for basic diagnose * Update addons/medical_statemachine/functions/fnc_enteredStateCardiacArrest.sqf Co-Authored-By: SilentSpike <silentspike100+Github@gmail.com>
15 lines
403 B
C++
15 lines
403 B
C++
PREP(conditionCardiacArrestTimer);
|
|
PREP(conditionExecutionDeath);
|
|
PREP(enteredStateCardiacArrest);
|
|
PREP(enteredStateDeath);
|
|
PREP(enteredStateFatalInjury);
|
|
PREP(handleStateCardiacArrest);
|
|
PREP(handleStateDefault);
|
|
PREP(handleStateInjured);
|
|
PREP(handleStateUnconscious);
|
|
PREP(leftStateCardiacArrest);
|
|
PREP(localityChangedEH);
|
|
PREP(localityTransfer);
|
|
PREP(resetStateDefault);
|
|
PREP(transitionSecondChance);
|