mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 16:03:31 +00:00
added tanks as a possible marker
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user