asd
This commit is contained in:
Defent 2015-08-27 13:50:43 +02:00
parent a8636eb995
commit 076dbfd64b
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
for "_i" from 1 to _units do {
_soldier = _group createUnit ["SoldierWB", [_pos select 0, _pos select 1, 0], [], 1, "Form"];
_soldier = _group createUnit ["i_g_soldier_unarmed_f", [_pos select 0, _pos select 1, 0], [], 1, "Form"];
removeAllAssignedItems _soldier;
removeUniform _soldier;
removeHeadgear _soldier;
@ -102,3 +102,4 @@
};
};
_soldier

Binary file not shown.