mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
|
/*
|
||
|
* 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"];
|