mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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:
@@ -212,8 +212,8 @@ class ItemWire : CA_Magazine
|
||||
type = 256;
|
||||
model = "\dayz_equip\models\Fence_wire_kit.p3d";
|
||||
picture = "\dayz_equip\textures\equip_fencewire_kit_CA.paa";
|
||||
displayName = $STR_EQUIP_NAME_23;
|
||||
descriptionShort = $STR_EQUIP_DESC_23;
|
||||
displayName = $STR_EQUIP_NAME_WIRE_FENCE;
|
||||
descriptionShort = $STR_EQUIP_DESC_WIRE_FENCE;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
@@ -236,8 +236,8 @@ class ItemTankTrap : CA_Magazine
|
||||
type = 256;
|
||||
model = "\dayz_equip\models\tank_trap_kit.p3d";
|
||||
picture = "\dayz_equip\textures\equip_tanktrap_kit_CA.paa";
|
||||
displayName = $STR_EQUIP_NAME_22;
|
||||
descriptionShort = $STR_EQUIP_DESC_22;
|
||||
displayName = $STR_EQUIP_NAME_TANK_TRAP;
|
||||
descriptionShort = $STR_EQUIP_DESC_TANK_TRAP;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user