mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 02:46:29 +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:
@@ -5,8 +5,8 @@ class ItemPainkiller : CA_Magazine
|
||||
type = 256;
|
||||
model = "\dayz_equip\models\med_painkiller_gear.p3d";
|
||||
picture = "\dayz_equip\textures\equip_painkiller_ca.paa";
|
||||
displayName = $STR_EQUIP_NAME_18;
|
||||
descriptionShort = $STR_EQUIP_DESC_18;
|
||||
displayName = $STR_EQUIP_NAME_PAINKILLER;
|
||||
descriptionShort = $STR_EQUIP_DESC_PAINKILLER;
|
||||
|
||||
class medical
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user