mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added cpr failure function and fixed PREP mistake
This commit is contained in:
parent
a570a6862c
commit
d815bd8bdc
@ -19,7 +19,8 @@ PREP(treatment_success);
|
|||||||
|
|
||||||
PREP(treatmentBandage);
|
PREP(treatmentBandage);
|
||||||
PREP(treatmentBandageLocal);
|
PREP(treatmentBandageLocal);
|
||||||
PREP(fnc_treatmentCPR_progress);
|
PREP(treatmentCPR_failure);
|
||||||
|
PREP(treatmentCPR_progress);
|
||||||
PREP(treatmentCPR_start);
|
PREP(treatmentCPR_start);
|
||||||
PREP(treatmentCPR);
|
PREP(treatmentCPR);
|
||||||
PREP(treatmentCPRLocal);
|
PREP(treatmentCPRLocal);
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
/*
|
||||||
|
* Author: Zakant
|
||||||
|
* Handels the failure of the CPR treatment.
|
||||||
|
*
|
||||||
|
* Arguments:
|
||||||
|
* 0: The medic <OBJECT>
|
||||||
|
* 1: The patient <OBJECT>
|
||||||
|
*
|
||||||
|
* Return Value:
|
||||||
|
* NONE
|
||||||
|
*
|
||||||
|
* Public: No
|
||||||
|
*/
|
||||||
|
#include "script_component.hpp"
|
||||||
|
params ["_caller", "_target"];
|
Loading…
Reference in New Issue
Block a user