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

@@ -21,13 +21,6 @@ class SkinBase : CA_Magazine
text = "Tear Clothes";
script = "spawn player_tearClothes;";
};
};
/*
class ItemActions {
class Use {
text = $STR_EPOCH_PLAYER_268;
script = "spawn player_wearClothes;";
};
class Crafting {
text = $STR_EPOCH_PLAYER_269b;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
@@ -45,7 +38,7 @@ class SkinBase : CA_Magazine
input[] = {{"SkinBase",1},{"ItemTrashToiletpaper",1}};
};
};
*/
weight = 1;
};
#include "Ghillie.hpp"