mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-26 01:31:51 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user