mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Use 1.8.7 fishing
The fishing models, pictures, etc. in 1.8.7 are identical to the ones in dayz_epoch, so we should use them instead of having duplicate classes.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
class ItemFishingPole: ItemCore
|
||||
class ItemFishingPole : ItemCore
|
||||
{
|
||||
scope = public;
|
||||
displayName=$STR_EQUIP_FISHPOLE;
|
||||
model="\z\addons\dayz_epoch\models\fishing_rod_loot_item.p3d";
|
||||
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
|
||||
descriptionShort=$STR_EQUIP_FISHPOLE_DESC;
|
||||
|
||||
model = "\z\addons\dayz_communityassets\models\fishing_rod_loot_item.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_fishingpole_CA.paa";
|
||||
displayName = $STR_ITEM_NAME_FISHINGPOLE;
|
||||
descriptionShort = $STR_ITEM_DESC_FISHINGPOLE;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Toolbelt
|
||||
@@ -35,4 +37,4 @@ class ItemFishingPole: ItemCore
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user