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:
ebaydayz
2016-03-10 22:30:19 -05:00
parent 6a2b135ac9
commit 09b656abc3
23 changed files with 336 additions and 1087 deletions

View File

@@ -1165,10 +1165,6 @@ class CfgWeight
{
weight = 0.25;
};
class FoodmeatCooked
{
weight = 0.25;
};
class FoodbeefCooked
{
weight = 0.25;
@@ -1209,10 +1205,6 @@ class CfgWeight
{
weight = 0.25;
};
class FoodmeatRaw
{
weight = 0.25;
};
class FoodSteakRaw
{
weight = 0.25;
@@ -1731,27 +1723,27 @@ class CfgWeight
weight = 2;
};
class ItemTrout
class FishRawTrout
{
weight = 1;
};
class ItemTroutCooked
class FishCookedTrout
{
weight = 1;
};
class ItemSeaBass
class FishRawSeaBass
{
weight = 6;
};
class ItemSeaBassCooked
class FishCookedSeaBass
{
weight = 5;
};
class ItemTuna
class FishRawTuna
{
weight = 27;
};
class ItemTunaCooked
class FishCookedTuna
{
weight = 25;
};