added tanks as a possible marker

This commit is contained in:
Valmo Trindade
2024-08-21 18:55:59 -03:00
parent df2029d6b9
commit 47344bdc12

View File

@@ -19,6 +19,10 @@ if (vehicle _unit isKindOf "Helicopter") then {
_type = "A-M-H"; _type = "A-M-H";
}; };
if (vehicle _unit isKindOf "tank") then {
_type = "G-U-C-A-T";
};
_role = "a-" + _affiliation + "-" + _type; _role = "a-" + _affiliation + "-" + _type;
_role _role