mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Localize vehicle names
This commit also removes the displaynameshort. We do not need it any longer.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class car_hatchback: SkodaBase {
|
||||
crew = "";
|
||||
displayname = $STR_DN_HATCHBACK;
|
||||
displayname = $STR_VEH_NAME_HATCHBACK;
|
||||
faction = "CIV";
|
||||
maxspeed = 125;
|
||||
scope = public;
|
||||
|
||||
Reference in New Issue
Block a user