mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 02:01:49 +03:00
@@ -7,13 +7,13 @@ class equip_brick : CA_Magazine
|
||||
model = "\z\addons\dayz_communityassets\models\brick.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_brick.paa";
|
||||
displayName = $STR_ITEM_NAME_equip_brick;
|
||||
descriptionShort = "Maybe this could be used to sharpen a knife."; //TODO: move to stringtable
|
||||
descriptionShort = $STR_ITEM_DESC_equip_brick;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class FixKnife
|
||||
{
|
||||
text = "Sharpen Knife";
|
||||
text = $STR_ACTIONS_FIX_KNIFE;
|
||||
script = "; ['ItemKnifeBlunt','ItemKnife'] spawn player_sharpen;";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user