mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user