skin must match class

This commit is contained in:
[VB]AWOL
2013-11-08 10:37:00 -06:00
parent 3b59b5d211
commit 429b097cb4
3 changed files with 3 additions and 3 deletions

View File

@@ -3547,7 +3547,7 @@ class CfgMagazines {
displayName = "Paulo";
descriptionShort = "Paulo";
};
class Skin_INS_Worker1_DZ: SkinBase
class Skin_INS_Worker2_DZ: SkinBase
{
scope = 2;
displayName = "Steve";

View File

@@ -150,7 +150,7 @@ if (_qty >= _qty_in) then {
};
if(_okToSell and !isNull _obj and alive _obj) then {
for "_x" from 1 to _qty_out do {
player addMagazine _part_out;
};