mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +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:
@@ -60,7 +60,7 @@ class Throw : GrenadeLauncher
|
||||
|
||||
class ChemLightMuzzle : ThrowMuzzle
|
||||
{
|
||||
displayName = $STR_MAG_ACTION_5;
|
||||
displayName = $STR_MAG_ACTION_CHEMLIGHT;
|
||||
magazines[] = {"HandChemGreen", "HandChemRed", "HandChemBlue"};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user