mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class equip_comfreyleafs : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_comfreyleafs;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_comfreyleafs;
|
||||
model = "\z\addons\dayz_communityassets\models\comfrey.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_comfrey_CA.paa";
|
||||
type = 256;
|
||||
};
|
||||
Reference in New Issue
Block a user