mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
skin must match class
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user