mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
asd
asd
This commit is contained in:
parent
a8636eb995
commit
076dbfd64b
@ -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.
Loading…
Reference in New Issue
Block a user