mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
10 lines
309 B
C++
10 lines
309 B
C++
class equip_duct_tape : CA_Magazine {
|
|
scope = public;
|
|
count = 1;
|
|
displayName = $STR_ITEM_NAME_equip_duct_tape;
|
|
descriptionShort = $STR_ITEM_DESC_equip_duct_tape;
|
|
model = "\z\addons\dayz_communityassets\models\duct_tape.p3d";
|
|
picture = "\z\addons\dayz_communityassets\pictures\tape.paa";
|
|
type = 256;
|
|
};
|