mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Force knife, matches models if other mods were used
This commit is contained in:
@@ -18,6 +18,8 @@ class ItemKnife_Base : ItemCore
|
||||
class ItemKnife : ItemKnife_Base
|
||||
{
|
||||
scope = public;
|
||||
model = "\dayz_equip\models\knife_gear.p3d"; // Some mods override this. We leave this here just to be sure.
|
||||
picture = "\dayz_equip\textures\equip_knife_ca.paa";
|
||||
descriptionShort = $STR_EQUIP_DESC_4;
|
||||
sharpnessRemaining = "ItemKnife5";
|
||||
};
|
||||
|
||||
@@ -18,6 +18,8 @@ class ItemMatchboxEmpty : ItemMatchbox_base
|
||||
class ItemMatchbox : ItemMatchbox_base
|
||||
{
|
||||
scope = public;
|
||||
model = "\dayz_equip\models\matchbox_gear.p3d"; // Some mods override this. We leave this here just to be sure.
|
||||
picture = "\dayz_equip\textures\equip_matchbox_ca.paa";
|
||||
matches = -1;
|
||||
qtyRemaining = "Item5Matchbox";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user