mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add more broken tool versions
This commit is contained in:
@@ -9,4 +9,12 @@ class ItemRadio : ItemCore
|
||||
script = ";if (!isNil 'dayz_groupInit') then {[] spawn dayz_openGroupDialog;};";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class ItemRadioBroken_DZE : ItemCore {
|
||||
scope = public;
|
||||
displayName = $STR_EQUIP_BROKEN_RADIO;
|
||||
model = "\nst\ns_dayz\items\radio\radio_dzn.p3d";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemRadioBroken.paa";
|
||||
descriptionShort = $STR_EQUIP_BROKEN_RADIO_DESC;
|
||||
};
|
||||
Reference in New Issue
Block a user