mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 10:56:29 +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,7 @@
|
||||
class JetSkiYanahui_Case;
|
||||
|
||||
class JetSkiYanahui_Case_Yellow : JetSkiYanahui_Case {
|
||||
displayName = $STR_VEH_NAME_JETSKI_YELLOW;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
@@ -8,6 +9,7 @@ class JetSkiYanahui_Case_Yellow : JetSkiYanahui_Case {
|
||||
};
|
||||
|
||||
class JetSkiYanahui_Case_Green : JetSkiYanahui_Case {
|
||||
displayName = $STR_VEH_NAME_JETSKI_GREEN;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
@@ -15,6 +17,7 @@ class JetSkiYanahui_Case_Green : JetSkiYanahui_Case {
|
||||
};
|
||||
|
||||
class JetSkiYanahui_Case_Blue : JetSkiYanahui_Case {
|
||||
displayName = $STR_VEH_NAME_JETSKI_BLUE;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
@@ -22,6 +25,7 @@ class JetSkiYanahui_Case_Blue : JetSkiYanahui_Case {
|
||||
};
|
||||
|
||||
class JetSkiYanahui_Case_Red : JetSkiYanahui_Case {
|
||||
displayName = $STR_VEH_NAME_JETSKI_RED;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
|
||||
Reference in New Issue
Block a user