mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
Clean up, change strings for better mod compatibility
Also streamlining the names of certain items like fuel cans, fish, meat with a status indicator behind the name. Fix some wrong description strings. Add blunt hatchet and wet matches.
This commit is contained in:
@@ -162,6 +162,10 @@ class ItemHatchetBroken
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemHatchetBlunt
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemCrowbar
|
||||
{
|
||||
weight = 1;
|
||||
@@ -198,6 +202,10 @@ class ItemMatchboxEmpty
|
||||
{
|
||||
weight = 0.001;
|
||||
};
|
||||
class ItemMatchboxWet
|
||||
{
|
||||
weight = 0.009;
|
||||
};
|
||||
class ItemToolbox
|
||||
{
|
||||
weight = 1;
|
||||
|
||||
Reference in New Issue
Block a user