From e2dc5aa3ae1fa444903c05f52514c2349a2dbe9c Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Wed, 28 Aug 2024 00:38:49 -0300 Subject: [PATCH] added mechanized infantry type --- addons/main/functions/extract_data/fn_extract_role.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/main/functions/extract_data/fn_extract_role.sqf b/addons/main/functions/extract_data/fn_extract_role.sqf index a777bef..1fa67e0 100644 --- a/addons/main/functions/extract_data/fn_extract_role.sqf +++ b/addons/main/functions/extract_data/fn_extract_role.sqf @@ -94,7 +94,7 @@ if (!isNull vehicle _unit) then { _type = "G-U-C-A-T"; }; case "WheeledAPC": { - _type = "G-U-C-I-A"; + _type = "G-U-C-I-Z"; }; default {}; };