mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added triage card option
This commit is contained in:
parent
82ec93b84e
commit
7d6afdf1a9
@ -434,6 +434,18 @@ class CfgVehicles {
|
||||
icon = PATHTOF(UI\icons\bandage.paa);
|
||||
};
|
||||
|
||||
class TriageCard {
|
||||
displayName = "Triage Card";
|
||||
distance = 2.0;
|
||||
condition = "true";
|
||||
statement = QUOTE([ARR_2(_target, true)] call DFUNC(displayTriageCard));
|
||||
showDisabled = 1;
|
||||
priority = 2;
|
||||
hotkey = "";
|
||||
enableInside = 1;
|
||||
icon = PATHTOF(UI\icons\triageCard.paa);
|
||||
};
|
||||
|
||||
// Advanced medical
|
||||
class FieldDressing {
|
||||
displayName = "Field Dressing";
|
||||
|
BIN
addons/medical/ui/icons/triageCard.paa
Normal file
BIN
addons/medical/ui/icons/triageCard.paa
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user