Silly mistake

No more ever dupe
This commit is contained in:
macchky 2016-10-09 15:53:24 +09:00
parent da42e19d94
commit e7b1819242

View File

@ -102,9 +102,9 @@ if (!local _requestingPlayer) then
_money = _requestingPlayer getVariable ["ExileMoney", 0];
// Remove all items from dead body
_clear =
_clear =
{
_this = _object;
_object = _this;
removeAllActions _object;
removeAllAssignedItems _object;
removeHeadgear _object;