added mechanized infantry type

This commit is contained in:
Valmo Trindade
2024-08-28 00:38:49 -03:00
parent d20530c903
commit e2dc5aa3ae

View File

@@ -94,7 +94,7 @@ if (!isNull vehicle _unit) then {
_type = "G-U-C-A-T"; _type = "G-U-C-A-T";
}; };
case "WheeledAPC": { case "WheeledAPC": {
_type = "G-U-C-I-A"; _type = "G-U-C-I-Z";
}; };
default {}; default {};
}; };